]> Creatis software - gdcm.git/blob - src/gdcmjasper/src/libjasper/jp2/CMakeLists.txt
ENH: Ok since OJ warnings are not going to be fixed anytime soon remove them
[gdcm.git] / src / gdcmjasper / src / libjasper / jp2 / CMakeLists.txt
1 INCLUDE_REGULAR_EXPRESSION("^.*$")
2
3 # all the include are there:
4 #INCLUDE_DIRECTORIES(${JASPER_SOURCE_DIR}/src/libjasper/include)
5
6 SET(libjp2_la_SOURCES
7   #  jp2_cod.h
8   #  jp2_dec.h
9   jp2_cod.c
10   jp2_dec.c
11   jp2_enc.c
12   )
13 #ADD_LIBRARY(jp2 ${libjp2_la_SOURCES})
14