put npm install command in hidden folder

This commit is contained in:
Stephen Birarda 2016-01-19 15:44:34 -08:00 committed by Ryan Huffman
parent b233f2710e
commit dfdea79525

View file

@ -16,7 +16,7 @@ add_custom_target(${TARGET_NAME}
)
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Server Console")
set_target_properties(${TARGET_NAME}-npm-install PROPERTIES FOLDER "Server Console")
set_target_properties(${TARGET_NAME}-npm-install PROPERTIES FOLDER "hidden/Server Console")
# add a dependency from the package target to the server components
add_dependencies(${TARGET_NAME} assignment-client domain-server)