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

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
cmake
examples
filesystem
01_minimal
qt
01_translators
files/data/icon

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

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

Before

(image error) Size: 86 KiB

After

(image error) Size: 86 KiB