]> Creatis software - gdcm.git/blob - src/jpeg/libijg12/CMakeLists.txt
ENH: Adding 'gdcm' namespace. Be nice with me this was a ~13000 lines patch. Also...
[gdcm.git] / src / jpeg / libijg12 / CMakeLists.txt
1 # JPEG 12 bits project
2
3 INCLUDE_DIRECTORIES(
4    ${GDCM_BINARY_DIR}/src/jpeg/libijg12
5    )
6 ADD_LIBRARY(gdcmijpeg12 ${JPEG12_SOURCES})
7 INSTALL_TARGETS(/lib/ gdcmijpeg12)
8