diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 08:43:02 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 08:43:02 +0000 |
| commit | cffc33a51c7a9f4b8cf460fdc7c02639b40d266d (patch) | |
| tree | beb13cedafb8c6a0329c528ef3704763985cf0f0 /src/bin/jpip/CMakeLists.txt | |
| parent | 5db7b01fa2c27dee88836271ed711a7dc37b48d3 (diff) | |
[trunk] FolderReorgProposal task: fix jpip doxygen
Update issue 177
Diffstat (limited to 'src/bin/jpip/CMakeLists.txt')
| -rw-r--r-- | src/bin/jpip/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt index 6a411a03..6106e0d2 100644 --- a/src/bin/jpip/CMakeLists.txt +++ b/src/bin/jpip/CMakeLists.txt @@ -47,14 +47,7 @@ set(EXES opj_jpip_test ) foreach(exe ${EXES}) - if(${exe} STREQUAL "opj_jpip_transcode") - add_executable(${exe} ${exe}.c - jpip_to_jp2.c - jpip_to_j2k.c - ) - else() - add_executable(${exe} ${exe}.c) - endif() + add_executable(${exe} ${exe}.c) target_link_libraries(${exe} openjpip_local) install(TARGETS ${exe} EXPORT OpenJPEGTargets |
