#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

@@ -23,3 +23,7 @@ target_include_directories(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME} LibCore)
source_group("" FILES ${PROJECT_FILES})
if (COMMAND ri_apply_cotire)
ri_apply_cotire()
endif()