From 028720c9ec1a330728a2eb6fcd5faadef99cdeb9 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Fri, 28 Sep 2012 08:17:02 +0000 Subject: [trunk] Continue FolderReorgProposal task. Missing java wrapping Update issue 177 --- src/lib/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/lib/CMakeLists.txt (limited to 'src') diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt new file mode 100644 index 00000000..b69399a5 --- /dev/null +++ b/src/lib/CMakeLists.txt @@ -0,0 +1,14 @@ +# source code for openjpeg project: +# Part 1 & 2: +add_subdirectory(openjp2) + +# optionals components: +if(BUILD_JPIP) + add_subdirectory(openjpip) +endif() +if(BUILD_JPWL) + add_subdirectory(openjpwl) +endif() +if(BUILD_JP3D) + add_subdirectory(openjp3d) +endif() -- cgit v1.2.3