From f63ec248615e8bf299f9304f941462e3c3d89b92 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 14 Oct 2004 04:51:57 +0000 Subject: [PATCH] ENH: ooops forgot the cmakelists file --- src/jpeg/libijg16/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/jpeg/libijg16/CMakeLists.txt 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) + -- 2.45.1