#4066 System : Improve cmake macros for cotire

This commit is contained in:
Magne Sjaastad
2019-02-11 07:13:08 +01:00
parent 06feb039fc
commit 288ee59587
20 changed files with 114 additions and 39 deletions

View File

@@ -54,6 +54,7 @@ target_link_libraries( ${PROJECT_NAME}
source_group("" FILES ${PROJECT_FILES})
if (COMMAND ri_apply_cotire)
ri_apply_cotire()
# cotire
if (COMMAND caf_apply_cotire)
caf_apply_cotire("${PROJECT_NAME}")
endif()