1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

fix whitespace

This commit is contained in:
Andrey Filipenkov 2021-04-19 03:06:24 +03:00
parent f97ff108a7
commit bb9d19deee
2 changed files with 5 additions and 4 deletions

View File

@ -70,6 +70,7 @@ vcmi_set_output_dir(vcmiserver "")
enable_pch(vcmiserver)
if(APPLE_IOS)
# TODO: move to a common dir / add macro?
add_custom_command(TARGET vcmiserver POST_BUILD
COMMAND ${CMAKE_COMMAND} --install "${CMAKE_BINARY_DIR}" --config "$<CONFIG>" --prefix "$<TARGET_BUNDLE_CONTENT_DIR:vcmiserver>"
COMMAND ${CMAKE_INSTALL_NAME_TOOL} -add_rpath @executable_path/Frameworks $<TARGET_FILE:vcmiserver> || true