1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

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

This commit is contained in:
Soar Qin
2022-06-17 04:02:36 +08:00
committed by Andrii Danylchenko
parent 2521e7bac9
commit 188607b05f
16 changed files with 23 additions and 4125 deletions

View File

@@ -177,8 +177,7 @@ endif()
vcmi_set_output_dir(vcmitest "")
set_target_properties(vcmitest PROPERTIES ${PCH_PROPERTIES})
cotire(vcmitest)
enable_pch(vcmitest)
file (GLOB_RECURSE testdata "testdata/*.*")
foreach(resource ${testdata})