]> Creatis software - gdcm.git/blob - src/gdcmjasper/src/libjasper/pgx/CMakeLists.txt
ENH: Ok since OJ warnings are not going to be fixed anytime soon remove them
[gdcm.git] / src / gdcmjasper / src / libjasper / pgx / 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(libpgx_la_SOURCES
7   #  pgx_cod.h
8   #  pgx_enc.h
9   pgx_cod.c
10   pgx_dec.c
11   pgx_enc.c
12   )
13
14 #ADD_LIBRARY(pgx ${libpgx_la_SOURCES})