Поддержка новых правил для путей в системе сборки
This commit is contained in:
parent
f87e6207d2
commit
347920ed36
@ -1 +1 @@
|
|||||||
Subproject commit 47581bd7b7b8249dbd2854bf6bb4705d9612ba28
|
Subproject commit c9c13df5527f59c4f9eff6229152205aa296605b
|
@ -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})
|
||||||
|
@ -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})
|
||||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Loading…
Reference in New Issue
Block a user