summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6da0edc94..75878202e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -282,14 +282,24 @@ include(CMake/export.cmake)
# options to build test/demo and example programs
#######################################################################
+# general test programs for FLTK development
+
if(FLTK_BUILD_TEST)
add_subdirectory(test)
endif(FLTK_BUILD_TEST)
+# example programs for FLTK users
+
if(FLTK_BUILD_EXAMPLES)
add_subdirectory(examples)
endif(FLTK_BUILD_EXAMPLES)
+# screenshot programs for FLTK developers
+
+if(FLTK_BUILD_SCREENSHOTS)
+ add_subdirectory(screenshots)
+endif(FLTK_BUILD_SCREENSHOTS)
+
#######################################################################
# Create and install version config file 'FLTKConfigVersion.cmake'
#######################################################################