]> Creatis software - gdcm.git/blob - src/gdcmjpegls/Decoder/CMakeLists.txt
COMP: Fixing warnings on bcc32
[gdcm.git] / src / gdcmjpegls / Decoder / CMakeLists.txt
1 INCLUDE_REGULAR_EXPRESSION("^.*$")
2
3 INCLUDE_DIRECTORIES("${GDCMJPEGLS_BINARY_DIR}")
4
5 SET(GDCMJPEGLS_SRCS
6   global.c 
7   jpegmark.c 
8   initialize.c 
9   decoder.c 
10   lossless_d.c 
11   lossy_d.c 
12   bitio.c 
13   melcode.c)
14
15 ADD_LIBRARY(gdcmjpegls ${GDCMJPEGLS_SRCS})
16 #ADD_EXECUTABLE(locod ${GDCMJPEGLS_SRCS})
17
18 # TODO must do the INSTALL_ blah thing