]> Creatis software - gdcm.git/blobdiff - src/jpeg/ljpg/CMakeLists.txt
ENH: Move the jpeg lib around, to match Insight toolkit structure (more tested)
[gdcm.git] / src / jpeg / ljpg / CMakeLists.txt
diff --git a/src/jpeg/ljpg/CMakeLists.txt b/src/jpeg/ljpg/CMakeLists.txt
deleted file mode 100644 (file)
index ef549af..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-SET(libgdcmjpg_la_SOURCES
- decomp.c
- huffd.c
- jpegutil.c
- mcu.c
- predict.c
- read.c
-)
-
-SET(libgdcmjpginclude_HEADERS
- io.h
- jpeg.h
- jpegless.h
- mcu.h
- predict.h
- proto.h
-)
-
-ADD_LIBRARY(gdcmljpeg ${libgdcmjpg_la_SOURCES})
-
-INSTALL_FILES(/include FILES ${libgdcmjpeginclude_HEADERS})
-INSTALL_TARGETS(/lib/ gdcmljpeg)
\ No newline at end of file