]> Creatis software - gdcm.git/blob - src/gdcmjpegls/Decoder/CMakeLists.txt
ENH: cleanup
[gdcm.git] / src / gdcmjpegls / Decoder / CMakeLists.txt
1
2 SET(GDCMJPEGLS_SRCS
3   global.c 
4   jpegmark.c 
5   initialize.c 
6   decoder.c 
7   lossless_d.c 
8   lossy_d.c 
9   bitio.c 
10   melcode.c)
11
12 ADD_LIBRARY(gdcmjpegls ${GDCMJPEGLS_SRCS})
13
14 # TODO must do the INSTALL_ blah thing