summaryrefslogtreecommitdiff
path: root/jpeg/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'jpeg/CMakeLists.txt')
-rw-r--r--jpeg/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/jpeg/CMakeLists.txt b/jpeg/CMakeLists.txt
index 20e215b63..a5c27a21e 100644
--- a/jpeg/CMakeLists.txt
+++ b/jpeg/CMakeLists.txt
@@ -29,6 +29,10 @@ list(APPEND BUILD_SRCS "${systemdependent_SRCS};${common_SRCS}")
list(APPEND BUILD_SRCS "${compression_SRCS};${decompression_SRCS}")
#######################################################################
FL_ADD_LIBRARY(fltk_jpeg STATIC "${BUILD_SRCS}")
+# install the jpeg headers
+install(FILES jconfig.h;jerror.h;jmorecfg.h;jpeglib.h
+ DESTINATION ${FLTK_INCLUDEDIR}/FL/images
+)
#######################################################################
if(OPTION_BUILD_SHARED_LIBS)