summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 08:17:02 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 08:17:02 +0000
commit028720c9ec1a330728a2eb6fcd5faadef99cdeb9 (patch)
treeb6aab12bbfceaddb1cf511c7a64d580692286909 /CMakeLists.txt
parentd518970039a19a2a9b6d2bdd592cc88a43897bbb (diff)
[trunk] Continue FolderReorgProposal task. Missing java wrapping
Update issue 177
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ecf67098..7c7267bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -208,6 +208,7 @@ if(BUILD_CODEC OR BUILD_MJ2)
add_subdirectory(thirdparty)
add_subdirectory(src/bin)
endif ()
+add_subdirectory(wrapping)
include(CheckTypeSize)
CHECK_TYPE_SIZE(ssize_t SSIZE_T)