X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpegls%2FDecoder%2FCMakeLists.txt;h=641f75ddc2dcae4e842abdc8a08c626643fc64ee;hb=d2ab9f7129ea6cbb5e86b0caee5a2677e3c9480f;hp=8f7809153c5c45d107885898e858473049daa112;hpb=7ab5d36cc109d95125d927436be0b908e3c632b5;p=gdcm.git diff --git a/src/gdcmjpegls/Decoder/CMakeLists.txt b/src/gdcmjpegls/Decoder/CMakeLists.txt index 8f780915..641f75dd 100644 --- a/src/gdcmjpegls/Decoder/CMakeLists.txt +++ b/src/gdcmjpegls/Decoder/CMakeLists.txt @@ -1,12 +1,6 @@ INCLUDE_REGULAR_EXPRESSION("^.*$") -CHECK_INCLUDE_FILE("unistd.h" HAVE_UNISTD_H) -CONFIGURE_FILE( - "${GDCMJPEGLS_SOURCE_DIR}/Decoder/jpegls_config.h.in" - "${GDCMJPEGLS_BINARY_DIR}/Decoder/jpegls_config.h" - @ONLY IMMEDIATE) - -INCLUDE_DIRECTORIES("${GDCMJPEGLS_BINARY_DIR}/Decoder") +INCLUDE_DIRECTORIES("${GDCMJPEGLS_BINARY_DIR}") SET(GDCMJPEGLS_SRCS global.c @@ -19,5 +13,6 @@ SET(GDCMJPEGLS_SRCS melcode.c) ADD_LIBRARY(gdcmjpegls ${GDCMJPEGLS_SRCS}) +#ADD_EXECUTABLE(locod ${GDCMJPEGLS_SRCS}) # TODO must do the INSTALL_ blah thing