mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 20:03:30 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue