summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
index 97abd54d..e53e36d8 100644
--- a/editor/CMakeLists.txt
+++ b/editor/CMakeLists.txt
@@ -32,9 +32,3 @@ endif()
target_link_libraries(${self} PRIVATE ${self}_o floormat-main floormat-serialize floormat-draw floormat)
install(TARGETS ${self} RUNTIME DESTINATION bin)
-
-if(NOT MSVC)
- target_precompile_headers(${self}_o REUSE_FROM floormat)
-else()
- target_precompile_headers(${self}_o PRIVATE ../src/precomp.hpp)
-endif()