Replace cotire with CMake builtin precompiled headers support (Requires CMake version >= 3.16)

This commit is contained in:
Soar Qin
2022-06-17 17:20:08 +03:00
committed by Andrii Danylchenko
parent 2521e7bac9
commit 188607b05f
16 changed files with 23 additions and 4125 deletions
+1 -2
View File
@@ -420,8 +420,7 @@ endif()
vcmi_set_output_dir(vcmi "")
set_target_properties(vcmi PROPERTIES ${PCH_PROPERTIES})
cotire(vcmi)
enable_pch(vcmi)
# We want to deploy assets into build directory for easier debugging without install
add_custom_command(TARGET vcmi POST_BUILD