mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Replace cotire with CMake builtin precompiled headers support (Requires CMake version >= 3.16)
This commit is contained in:
committed by
Andrii Danylchenko
parent
2521e7bac9
commit
188607b05f
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user