diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:32:34 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:32:34 +0000 |
| commit | 3e62f8d9b73f712f82e6d3d186f03a3e581bc465 (patch) | |
| tree | f58a87f0e972811123da8a2f8ebe4ae1aef9ad64 /CMakeLists.txt | |
| parent | 028720c9ec1a330728a2eb6fcd5faadef99cdeb9 (diff) | |
[trunk] FolderReorgProposal task: add JP3D
Update issue 177
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c7267bb..b2fbaaa8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,8 +198,10 @@ if(BUILD_JPIP) endif() option(BUILD_VIEWER "Build the OPJViewer executable (C++)" OFF) option(BUILD_JAVA "Build the openjpeg jar (Java)" OFF) +option(BUILD_JP3D "Build the JP3D comp" OFF) mark_as_advanced(BUILD_VIEWER) mark_as_advanced(BUILD_JAVA) +mark_as_advanced(BUILD_JP3D) if(BUILD_CODEC OR BUILD_MJ2) # OFF: It will only build 3rd party libs if they are not found on the system |
