diff --git a/CMakeLists.txt b/CMakeLists.txt index 406fb5aeb1..3c90256134 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -208,9 +208,10 @@ foreach(CUSTOM_MACRO ${HIFI_CUSTOM_MACROS}) include(${CUSTOM_MACRO}) endforeach() -file(GLOB_RECURSE JS_SRC scripts/*.js) +file(GLOB_RECURSE JS_SRC scripts/*.js unpublishedScripts/*.js) add_custom_target(js SOURCES ${JS_SRC}) GroupSources("scripts") +GroupSources("unpublishedScripts") if (UNIX) install(