]> Creatis software - gdcm.git/blob - CMakeLists.txt
d15b45c4eefe03cf196d6096f79dea7a00c8a82d
[gdcm.git] / 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