diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:17:02 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:17:02 +0000 |
| commit | 028720c9ec1a330728a2eb6fcd5faadef99cdeb9 (patch) | |
| tree | b6aab12bbfceaddb1cf511c7a64d580692286909 /src/lib/CMakeLists.txt | |
| parent | d518970039a19a2a9b6d2bdd592cc88a43897bbb (diff) | |
[trunk] Continue FolderReorgProposal task. Missing java wrapping
Update issue 177
Diffstat (limited to 'src/lib/CMakeLists.txt')
| -rw-r--r-- | src/lib/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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() |
