summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7141c38c..56327efe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,6 +31,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "")
endif()
string(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE)
+set(FLOORMAT_PRECOMPILED-HEADERS ON CACHE BOOL
+ "Use precompiled headers while building the floormat.")
+
function(sets type)
set(i 0)
list(LENGTH ARGN max)