X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=733c1d22f416a6c48d928dd9aa6b8c61cc9df1bf;hb=91e773ef94e63d181ea8e2a322ced8bf0427aa27;hp=8a44a443cd3e532781773c4eda836a4c1d6689aa;hpb=da6bc02a3bb5627685bd70f5503305a7f9b3d7cd;p=gdcm.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8a44a443..733c1d22 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,8 +6,6 @@ SUBDIRS(jpeg) INCLUDE_DIRECTORIES( ${GDCM_SOURCE_DIR}/ ${GDCM_BINARY_DIR}/ #for gdcmConfigure.h -# ${GDCM_BINARY_DIR}/src/jpeg/libijg8 #created a build time -# ${GDCM_BINARY_DIR}/src/jpeg/libijg12 #created a build time ) SET(libgdcm_la_SOURCES @@ -37,6 +35,7 @@ SET(libgdcm_la_SOURCES gdcmJPEGFragmentsInfo.cxx gdcmJpeg8.cxx gdcmJpeg12.cxx + gdcmJpeg16.cxx gdcmJpeg2000.cxx gdcmParsePixels.cxx gdcmPixelConvert.cxx @@ -54,13 +53,13 @@ IF(UNIX) TARGET_LINK_LIBRARIES(gdcm gdcmijpeg8 gdcmijpeg12 - gdcmljpeg # JPEG lib from xmedcom + gdcmijpeg16 ) ELSE(UNIX) TARGET_LINK_LIBRARIES(gdcm gdcmijpeg8 gdcmijpeg12 - gdcmljpeg + gdcmijpeg16 Wsock32.lib #doesn't exist on cygwin ) ENDIF(UNIX) @@ -68,7 +67,6 @@ ENDIF(UNIX) #The following is not working because when a header file is not found it tries #to find one in the binary dir #INSTALL_FILES(/include .h ${libgdcm_la_SOURCES}) -#INSTALL_FILES(/include FILES gdcmIdo.h iddcmjpeg.h) INSTALL_FILES(/include "\\.h$") INSTALL_TARGETS(/lib/ gdcm)