mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-16 15:48:47 +02:00
Add unpublishedScripts content to the JS project
This commit is contained in:
parent
6e89f7d2f9
commit
727ba1320a
1 changed files with 2 additions and 1 deletions
|
@ -208,9 +208,10 @@ foreach(CUSTOM_MACRO ${HIFI_CUSTOM_MACROS})
|
||||||
include(${CUSTOM_MACRO})
|
include(${CUSTOM_MACRO})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
file(GLOB_RECURSE JS_SRC scripts/*.js)
|
file(GLOB_RECURSE JS_SRC scripts/*.js unpublishedScripts/*.js)
|
||||||
add_custom_target(js SOURCES ${JS_SRC})
|
add_custom_target(js SOURCES ${JS_SRC})
|
||||||
GroupSources("scripts")
|
GroupSources("scripts")
|
||||||
|
GroupSources("unpublishedScripts")
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
install(
|
install(
|
||||||
|
|
Loading…
Reference in a new issue