add the AC and DS as packaged console dependencies

This commit is contained in:
Stephen Birarda 2016-01-05 12:25:28 -08:00
parent 0463e008cf
commit 3a33d8815e

View file

@ -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")