]> Creatis software - gdcm.git/blob - src/jpeg/libijg16/CMakeLists.txt
ENH: ok making too many mistakes time to go to bed
[gdcm.git] / src / jpeg / libijg16 / CMakeLists.txt
1 # JPEG 16 bits project
2 # There is no 16bits DCT alorithm thus this is only for the lossless jpeg.
3
4 INCLUDE_DIRECTORIES(
5    ${GDCM_BINARY_DIR}/src/jpeg/libijg16
6    )
7 ADD_LIBRARY(gdcmijpeg16 ${JPEG16_SOURCES})
8 INSTALL_TARGETS(/lib/ gdcmijpeg16)
9