mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
add the AC and DS as packaged console dependencies
This commit is contained in:
parent
0463e008cf
commit
3a33d8815e
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ add_custom_target(${TARGET_NAME} ALL
|
|||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
# add a dependency from the package target to the server components
|
||||
add_dependencies(${TARGET_NAME} assignment-client domain-server)
|
||||
|
||||
# set the packaged console folder depending on platform, so we can copy it
|
||||
if (APPLE)
|
||||
set(PACKAGED_CONSOLE_FOLDER "Server\\ Console-darwin-x64")
|
||||
|
|
Loading…
Reference in a new issue