]> Creatis software - gdcm.git/blob - src/jpeg/libijg8/CMakeLists.txt
ENH: ok making too many mistakes time to go to bed
[gdcm.git] / src / jpeg / libijg8 / CMakeLists.txt
1 # JPEG 8 bits project
2
3 INCLUDE_DIRECTORIES(
4    ${GDCM_BINARY_DIR}/src/jpeg/libijg8
5    )
6 ADD_LIBRARY(gdcmijpeg8 ${JPEG8_SOURCES})
7 INSTALL_TARGETS(/lib/ gdcmijpeg8)
8