mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
Restore server-console dependencies
This commit is contained in:
parent
d4b3a9ba49
commit
319f1f07a3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
# add a dependency from the package target to the server components
|
||||||
if (BUILD_CLIENT)
|
if (BUILD_CLIENT)
|
||||||
#add_dependencies(${TARGET_NAME} interface)
|
add_dependencies(${TARGET_NAME} interface)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (BUILD_SERVER)
|
if (BUILD_SERVER)
|
||||||
#add_dependencies(${TARGET_NAME} assignment-client domain-server)
|
add_dependencies(${TARGET_NAME} assignment-client domain-server)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# set the packaged console folder depending on platform, so we can copy it
|
# set the packaged console folder depending on platform, so we can copy it
|
||||||
|
|
Loading…
Reference in a new issue