]> Creatis software - gdcm.git/commitdiff
ENH: ooops forgot the cmakelists file
authormalaterre <malaterre>
Thu, 14 Oct 2004 04:51:57 +0000 (04:51 +0000)
committermalaterre <malaterre>
Thu, 14 Oct 2004 04:51:57 +0000 (04:51 +0000)
src/jpeg/libijg16/CMakeLists.txt [new file with mode: 0644]

diff --git a/src/jpeg/libijg16/CMakeLists.txt b/src/jpeg/libijg16/CMakeLists.txt
new file mode 100644 (file)
index 0000000..d15b45c
--- /dev/null
@@ -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)
+