summaryrefslogtreecommitdiff
path: root/.pc
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-12 17:17:53 +0100
committerDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-12 17:17:53 +0100
commit9d5a133d7f2d273682875341a1e2d3f112059217 (patch)
tree10f33bf76a54c36d3c67c2f3d04ff4fcd9203f43 /.pc
parent3525014850e3800ac7b28fd34e7f7af427f1c620 (diff)
New upstream release.
Diffstat (limited to '.pc')
-rw-r--r--.pc/dso-missing-shared.patch/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pc/dso-missing-shared.patch/CMakeLists.txt b/.pc/dso-missing-shared.patch/CMakeLists.txt
index c82f15d..7d943d5 100644
--- a/.pc/dso-missing-shared.patch/CMakeLists.txt
+++ b/.pc/dso-missing-shared.patch/CMakeLists.txt
@@ -15,7 +15,7 @@
# A CMake port of the SWORD build system... we hope
PROJECT(libsword CXX C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
-SET(SWORD_VERSION 1.7.2)
+SET(SWORD_VERSION 1.7.3)
# Make sure it's an out-of-stream build
IF(${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
@@ -270,6 +270,7 @@ ENDIF(NOT SWORD_BUILD_UTILS STREQUAL "No")
IF(SWORD_BUILD_EXAMPLES STREQUAL "Yes")
ADD_SUBDIRECTORY("${CMAKE_CURRENT_SOURCE_DIR}/examples/cmdline")
+ ADD_SUBDIRECTORY("${CMAKE_CURRENT_SOURCE_DIR}/examples/tasks")
ENDIF(SWORD_BUILD_EXAMPLES STREQUAL "Yes")
##############################################################################################