Поддержка новых правил для путей в системе сборки

This commit is contained in:
2020-04-04 00:33:06 +03:00
parent f87e6207d2
commit 347920ed36
4 changed files with 5 additions and 1 deletions

View File

@ -46,5 +46,7 @@ add_sanitizers(${current_target})
# cotire(${current_target}) # cotire(${current_target})
add_dependencies(${current_target} create_auxilary_symlinks)
# Правила для установки # Правила для установки
install(TARGETS ${current_target} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) install(TARGETS ${current_target} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

View File

@ -44,5 +44,7 @@ add_sanitizers(${current_target})
# cotire(${current_target}) # cotire(${current_target})
add_dependencies(${current_target} create_auxilary_symlinks)
# Правила для установки # Правила для установки
install(TARGETS ${current_target} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) install(TARGETS ${current_target} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB