Include non-script files in JavaScript IDE directories

This commit is contained in:
David Rowe 2021-05-07 21:36:53 +12:00
parent c29c1d0200
commit b078518705

View file

@ -274,7 +274,7 @@ add_custom_target(cmake SOURCES ${CMAKE_SRC})
GroupSources("cmake")
unset(CMAKE_SRC)
file(GLOB_RECURSE JS_SRC scripts/*.js unpublishedScripts/*.js)
file(GLOB_RECURSE JS_SRC scripts/*.* unpublishedScripts/*.*)
add_custom_target(js SOURCES ${JS_SRC})
GroupSources("scripts")
GroupSources("unpublishedScripts")