mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
Include non-script files in JavaScript IDE directories
This commit is contained in:
parent
c29c1d0200
commit
b078518705
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue