]> Creatis software - gdcm.git/blob - pgx/CMakeLists.txt
Fix mistypings
[gdcm.git] / 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})