#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

@@ -121,4 +121,8 @@ else()
execute_process(COMMAND cmake -E copy_if_different ${QT_BINARY_DIR}/${qtlib}4.dll ${CMAKE_BINARY_DIR}/Release/${qtlib}4.dll)
endforeach( qtlib )
endif(MSVC)
endif(Qt5Core_FOUND)
endif(Qt5Core_FOUND)
if (COMMAND ri_apply_cotire)
ri_apply_cotire()
endif()