summaryrefslogtreecommitdiff
path: root/codec/CMakeLists.txt
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2010-06-22 18:26:15 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2010-06-22 18:26:15 +0000
commit786dee878279bf78db7183eafc7554ec0766e812 (patch)
tree834daff872ba81ad6e6ce3c23e772412460791d0 /codec/CMakeLists.txt
parent5badc82fa9380a7bcfe12369c7ed4f3738ede167 (diff)
Import j2k_dump from trunk (much faster)
Diffstat (limited to 'codec/CMakeLists.txt')
-rw-r--r--codec/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt
index 40f4d427..ebd7e1a8 100644
--- a/codec/CMakeLists.txt
+++ b/codec/CMakeLists.txt
@@ -41,7 +41,7 @@ FIND_PACKAGE(TIFF REQUIRED)
FIND_PACKAGE(PNG REQUIRED)
# Loop over all executables:
-FOREACH(exe j2k_to_image image_to_j2k)
+FOREACH(exe j2k_to_image image_to_j2k j2k_dump)
ADD_EXECUTABLE(${exe} ${exe}.c ${common_SRCS})
TARGET_LINK_LIBRARIES(${exe} ${OPJ_PREFIX}openjpeg ${TIFF_LIBRARIES} ${PNG_LIBRARIES})
ADD_TEST(${exe} ${EXECUTABLE_OUTPUT_PATH}/${exe})