X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2Fgdcmopenjpeg%2Fcodec%2FCMakeLists.txt;h=8d8ad34e81d1192473bfd24018a4b37bd9d2431d;hb=5b4a76f5a670626f5ae20714d265b3a50ffa2218;hp=0c9f8b5a12101080dd746db2acad3904ddf0f296;hpb=7452f3039ff4dd2574fcbf3343b530a2f20f9623;p=gdcm.git diff --git a/src/gdcmopenjpeg/codec/CMakeLists.txt b/src/gdcmopenjpeg/codec/CMakeLists.txt index 0c9f8b5a..8d8ad34e 100644 --- a/src/gdcmopenjpeg/codec/CMakeLists.txt +++ b/src/gdcmopenjpeg/codec/CMakeLists.txt @@ -33,13 +33,13 @@ INCLUDE_DIRECTORIES( # Loop over all executables: FOREACH(exe j2k_to_image image_to_j2k) ADD_EXECUTABLE(${exe} ${exe}.c ${common_SRCS}) - TARGET_LINK_LIBRARIES(${exe} openjpeg) + TARGET_LINK_LIBRARIES(${exe} gdcmopenjpeg) IF(UNIX) TARGET_LINK_LIBRARIES(${exe} -lm) ENDIF(UNIX) ENDFOREACH(exe) -## $Id: CMakeLists.txt,v 1.1 2005/10/24 15:34:53 malaterre Exp $ +## $Id: CMakeLists.txt,v 1.2 2005/10/24 18:40:55 malaterre Exp $ ## ## makefile for OpenJPEG codec #