#4020 System : Use ri_apply_cotire()

This commit is contained in:
Magne Sjaastad
2019-02-01 06:56:11 +01:00
parent 8bb13f4e15
commit bd6bbe9da9
18 changed files with 82 additions and 11 deletions

View File

@@ -88,3 +88,8 @@ if (MSVC)
endif()
source_group("" FILES ${PROJECT_FILES})
if (COMMAND ri_apply_cotire)
set_source_files_properties (cafEffectGenerator.cpp PROPERTIES COTIRE_EXCLUDED TRUE)
ri_apply_cotire()
endif()