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

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

@ -1 +1 @@
Subproject commit 47581bd7b7b8249dbd2854bf6bb4705d9612ba28 Subproject commit c9c13df5527f59c4f9eff6229152205aa296605b

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