#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

@@ -299,3 +299,7 @@ target_include_directories(${PROJECT_NAME}
if (Qt5Core_FOUND)
target_link_libraries(${PROJECT_NAME} Qt5::Concurrent Qt5::Core Qt5::OpenGL Qt5::PrintSupport Qt5::Widgets)
endif()
if (COMMAND ri_apply_cotire)
ri_apply_cotire()
endif()