#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

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

View File

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