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:
committed by
Andrii Danylchenko
parent
2521e7bac9
commit
188607b05f
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user