]> Creatis software - gdcm.git/blob - src/jpeg/ljpg/CMakeLists.txt
ENH: Fix compilation on Win32
[gdcm.git] / src / jpeg / ljpg / CMakeLists.txt
1 SET(libgdcmjpg_la_SOURCES
2  decomp.c
3  huffd.c
4  jpegutil.c
5  mcu.c
6  predict.c
7  read.c
8 )
9
10 SET(libgdcmjpginclude_HEADERS
11  io.h
12  jpeg.h
13  jpegless.h
14  mcu.h
15  predict.h
16  proto.h
17 )
18
19 ADD_LIBRARY(gdcmljpeg ${libgdcmjpg_la_SOURCES})
20
21 INSTALL_FILES(/include FILES ${libgdcmjpeginclude_HEADERS})
22 INSTALL_TARGETS(/lib/ gdcmljpeg)