]> Creatis software - gdcm.git/blob - src/gdcmjpegls/Decoder/CMakeLists.txt
ENH: Rebuild jpeg-ls when files are modified, also add the url to the website
[gdcm.git] / src / gdcmjpegls / Decoder / CMakeLists.txt
1 INCLUDE_REGULAR_EXPRESSION("^.*$")
2
3 SET(GDCMJPEGLS_SRCS
4   global.c 
5   jpegmark.c 
6   initialize.c 
7   decoder.c 
8   lossless_d.c 
9   lossy_d.c 
10   bitio.c 
11   melcode.c)
12
13 ADD_LIBRARY(gdcmjpegls ${GDCMJPEGLS_SRCS})
14
15 # TODO must do the INSTALL_ blah thing