Restore server-console dependencies

This commit is contained in:
Brad Davis 2019-11-18 10:20:49 -08:00
parent d4b3a9ba49
commit 319f1f07a3

View file

@ -24,11 +24,11 @@ set_target_properties(${TARGET_NAME}-npm-install PROPERTIES FOLDER "hidden/Serve
# add a dependency from the package target to the server components
if (BUILD_CLIENT)
#add_dependencies(${TARGET_NAME} interface)
add_dependencies(${TARGET_NAME} interface)
endif()
if (BUILD_SERVER)
#add_dependencies(${TARGET_NAME} assignment-client domain-server)
add_dependencies(${TARGET_NAME} assignment-client domain-server)
endif()
# set the packaged console folder depending on platform, so we can copy it