summaryrefslogtreecommitdiffhomepage
path: root/draw/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'draw/CMakeLists.txt')
-rw-r--r--draw/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/draw/CMakeLists.txt b/draw/CMakeLists.txt
index 9dd2e869..a76cecbf 100644
--- a/draw/CMakeLists.txt
+++ b/draw/CMakeLists.txt
@@ -7,3 +7,6 @@ target_link_libraries(${self} PUBLIC
Magnum::Shaders
${PROJECT_NAME}
)
+if(FLOORMAT_PRECOMPILED-HEADERS)
+ target_precompile_headers(${self} PRIVATE precomp.hpp)
+endif()