There was an error while loading. Please reload this page.
1 parent 79e6462 commit c55d449Copy full SHA for c55d449
CMakeLists.txt
@@ -1,6 +1,11 @@
1
cmake_minimum_required(VERSION 3.8)
2
3
option(BUILD_SHARED_LIBS "Enable compilation of shared libraries" FALSE)
4
+option(CPP_STARTER_USE_QT "Enable compilation of QT sample" FALSE)
5
+option(CPP_STARTER_USE_FLTK "Enable compilation of FLTK sample" FALSE)
6
+option(CPP_STARTER_USE_GTKMM "Enable compilation of GTKMM sample" FALSE)
7
+option(CPP_STARTER_USE_IMGUI "Enable compilation of ImGui sample" FALSE)
8
+option(CPP_STARTER_USE_NANA "Enable compilation of Nana GUI sample" FALSE)
9
10
# Link this 'library' to use the following warnings
11
add_library(project_warnings INTERFACE)
0 commit comments