X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmopenjpeg%2Fcodec%2FCMakeLists.txt;h=00de4f365ee31426f368766a239b2eeb928999fc;hb=f3252c8bfb8ee8d4a7bf5f896a919f601a5fd9f7;hp=3f3c7d5a3f5a3521dab16c111d6700e2008abc70;hpb=bba4d4f75b6c5e373de1a555b7eaadfba961eaaa;p=gdcm.git diff --git a/src/gdcmopenjpeg/codec/CMakeLists.txt b/src/gdcmopenjpeg/codec/CMakeLists.txt index 3f3c7d5a..00de4f36 100644 --- a/src/gdcmopenjpeg/codec/CMakeLists.txt +++ b/src/gdcmopenjpeg/codec/CMakeLists.txt @@ -37,7 +37,8 @@ IF(NOT BUILD_SHARED_LIBS) ENDIF(NOT BUILD_SHARED_LIBS) # Loop over all executables: -FOREACH(exe j2k_to_image image_to_j2k) +#FOREACH(exe j2k_to_image image_to_j2k) +FOREACH(exe image_to_j2k) ADD_EXECUTABLE(${exe} ${exe}.c ${common_SRCS}) TARGET_LINK_LIBRARIES(${exe} ${OPJ_PREFIX}openjpeg) # On unix you need to link to the math library: