X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Fljpg%2FCMakeLists.txt;fp=src%2Fjpeg%2Fljpg%2FCMakeLists.txt;h=ef549af8c60b1f5dbfe6cd284cc638558a93ba4c;hb=532e2ee2beaace36c3e8fb62d185b79c5c8f6e96;hp=495d017707a884f723261d3e97e2a3c1d79bab6c;hpb=88f0914a8dd9327056361ae14d62ead303f2a9ed;p=gdcm.git diff --git a/src/jpeg/ljpg/CMakeLists.txt b/src/jpeg/ljpg/CMakeLists.txt index 495d0177..ef549af8 100644 --- a/src/jpeg/ljpg/CMakeLists.txt +++ b/src/jpeg/ljpg/CMakeLists.txt @@ -1,22 +1,22 @@ -SET(libgdcmjpg_la_SOURCES - decomp.c - huffd.c - jpegutil.c - mcu.c - predict.c - read.c -) - -SET(libgdcmjpginclude_HEADERS - io.h - jpeg.h - jpegless.h - mcu.h - predict.h - proto.h -) - -ADD_LIBRARY(gdcmljpeg ${libgdcmjpg_la_SOURCES}) - -INSTALL_FILES(/include FILES ${libgdcmjpeginclude_HEADERS}) +SET(libgdcmjpg_la_SOURCES + decomp.c + huffd.c + jpegutil.c + mcu.c + predict.c + read.c +) + +SET(libgdcmjpginclude_HEADERS + io.h + jpeg.h + jpegless.h + mcu.h + predict.h + proto.h +) + +ADD_LIBRARY(gdcmljpeg ${libgdcmjpg_la_SOURCES}) + +INSTALL_FILES(/include FILES ${libgdcmjpeginclude_HEADERS}) INSTALL_TARGETS(/lib/ gdcmljpeg) \ No newline at end of file