]> Creatis software - gdcm.git/blob - src/gdcmjasper/src/libjasper/pgx/CMakeLists.txt
ENH: Parse the .in file properly with cmake
[gdcm.git] / src / gdcmjasper / src / libjasper / pgx / CMakeLists.txt
1 # all the include are there:
2 INCLUDE_DIRECTORIES(${JASPER_SOURCE_DIR}/src/libjasper/include)
3
4 SET(libpgx_la_SOURCES
5   #  pgx_cod.h
6   #  pgx_enc.h
7   pgx_cod.c
8   pgx_dec.c
9   pgx_enc.c
10   )
11
12 ADD_LIBRARY(pgx ${libpgx_la_SOURCES})