]> Creatis software - gdcm.git/blob - CMakeLists.txt
8ad66f0a15eff256f4e69eccaf967c490b3119fa
[gdcm.git] / CMakeLists.txt
1 # all the include are there:
2 #INCLUDE_DIRECTORIES(${JASPER_SOURCE_DIR}/src/libjasper/include)
3
4 SET(libbmp_la_SOURCES
5   #  bmp_cod.h
6   #  bmp_enc.h
7   bmp_cod.c
8   bmp_dec.c
9   bmp_enc.c
10   )
11
12 #ADD_LIBRARY(bmp ${libbmp_la_SOURCES})