Merge pull request #10518 from ctrlaltdavid/add-unpublished-scripts

Add unpublishedScripts content to the JS project
This commit is contained in:
Brad Davis 2017-05-22 12:26:52 -07:00 committed by GitHub
commit 642ef7083b

View file

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