diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index db154673..e835c359 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -27,8 +27,8 @@ foreach(file ${saves}) configure_file("${file}" "${save-dir}" COPYONLY) endforeach() -#if(NOT MSVC) -# target_precompile_headers(${self}_o REUSE_FROM floormat) -#else() -# target_precompile_headers(${self}_o PRIVATE ../src/precomp.hpp) -#endif() +if(NOT MSVC) + target_precompile_headers(${self}_o REUSE_FROM floormat) +else() + target_precompile_headers(${self}_o PRIVATE ../src/precomp.hpp) +endif() |
