mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4020 System : Use ri_apply_cotire()
This commit is contained in:
@@ -53,3 +53,7 @@ target_link_libraries( ${PROJECT_NAME}
|
||||
)
|
||||
|
||||
source_group("" FILES ${PROJECT_FILES})
|
||||
|
||||
if (COMMAND ri_apply_cotire)
|
||||
ri_apply_cotire()
|
||||
endif()
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user