From: malaterre Date: Thu, 14 Oct 2004 04:51:57 +0000 (+0000) Subject: ENH: ooops forgot the cmakelists file X-Git-Tag: Version0.6.bp~69 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f63ec248615e8bf299f9304f941462e3c3d89b92;p=gdcm.git ENH: ooops forgot the cmakelists file --- diff --git a/src/jpeg/libijg16/CMakeLists.txt b/src/jpeg/libijg16/CMakeLists.txt new file mode 100644 index 00000000..d15b45c4 --- /dev/null +++ b/src/jpeg/libijg16/CMakeLists.txt @@ -0,0 +1,9 @@ +# JPEG 16 bits project +# There is no 16bits DCT alorithm thus this is only for the lossless jpeg. + +INCLUDE_DIRECTORIES( + ${GDCM_BINARY_DIR}/src/jpeg/libijg16 + ) +ADD_LIBRARY(gdcmijpeg16 ${JPEG16_SOURCES}) +INSTALL_TARGETS(/lib/ gdcmijpeg16) +