mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 01:57:57 +02:00
rename target folder for console to Server Console
This commit is contained in:
parent
89386e9dca
commit
86e2572001
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ add_custom_target(${TARGET_NAME}
|
|||
DEPENDS ${TARGET_NAME}-npm-install
|
||||
)
|
||||
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Console")
|
||||
set_target_properties(${TARGET_NAME}-npm-install PROPERTIES FOLDER "Console")
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Server Console")
|
||||
set_target_properties(${TARGET_NAME}-npm-install PROPERTIES FOLDER "Server Console")
|
||||
|
||||
# add a dependency from the package target to the server components
|
||||
add_dependencies(${TARGET_NAME} assignment-client domain-server)
|
||||
|
|
Loading…
Reference in a new issue