diff --git a/console/CMakeLists.txt b/console/CMakeLists.txt index 7979802a9e..a8de9f5457 100644 --- a/console/CMakeLists.txt +++ b/console/CMakeLists.txt @@ -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)