From d5c8c9ba44d0225a942ae70006dc40e8cd22c244 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 23 Aug 2023 18:54:45 +0200 Subject: wip --- draw/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'draw') diff --git a/draw/CMakeLists.txt b/draw/CMakeLists.txt index f12604ab..f2e11490 100644 --- a/draw/CMakeLists.txt +++ b/draw/CMakeLists.txt @@ -3,8 +3,8 @@ file(GLOB sources "*.cpp" CONFIGURE_ARGS) add_library(${self} OBJECT "${sources}") target_link_libraries(${self} PUBLIC Magnum::GL) -if(NOT MSVC) - target_precompile_headers(${self} REUSE_FROM floormat) -else() - target_precompile_headers(${self} PRIVATE ../src/precomp.hpp) -endif() +#if(NOT MSVC) +# target_precompile_headers(${self} REUSE_FROM floormat) +#else() +# target_precompile_headers(${self} PRIVATE ../src/precomp.hpp) +#endif() -- cgit v1.2.3