mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#4020 System : Use ri_apply_cotire()
This commit is contained in:
@@ -49,3 +49,7 @@ if (MSVC)
|
||||
endif()
|
||||
|
||||
source_group("" FILES ${PROJECT_FILES})
|
||||
|
||||
if (COMMAND ri_apply_cotire)
|
||||
ri_apply_cotire()
|
||||
endif()
|
||||
|
||||
@@ -79,3 +79,7 @@ if (MSVC)
|
||||
endif()
|
||||
|
||||
source_group("" FILES ${PROJECT_FILES})
|
||||
|
||||
if (COMMAND ri_apply_cotire)
|
||||
ri_apply_cotire()
|
||||
endif()
|
||||
|
||||
@@ -102,3 +102,7 @@ if (MSVC)
|
||||
endif()
|
||||
|
||||
source_group("" FILES ${PROJECT_FILES})
|
||||
|
||||
if (COMMAND ri_apply_cotire)
|
||||
ri_apply_cotire()
|
||||
endif()
|
||||
|
||||
@@ -71,3 +71,7 @@ if (MSVC)
|
||||
endif()
|
||||
|
||||
source_group("" FILES ${PROJECT_FILES})
|
||||
|
||||
if (COMMAND ri_apply_cotire)
|
||||
ri_apply_cotire()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user