rename target folder for console to Server Console

This commit is contained in:
Stephen Birarda 2016-01-19 15:41:36 -08:00 committed by Ryan Huffman
parent 89386e9dca
commit 86e2572001

View file

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