mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 22:03:23 +02:00
Organize the files in the JS and QML projects to appear in a folder hierarchy
This commit is contained in:
parent
889b054085
commit
a8de6eab8c
2 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,7 @@ endforeach()
|
|||
|
||||
file(GLOB_RECURSE JS_SRC scripts/*.js)
|
||||
add_custom_target(js SOURCES ${JS_SRC})
|
||||
GroupSources("scripts")
|
||||
|
||||
if (UNIX)
|
||||
install(
|
||||
|
|
|
@ -65,6 +65,7 @@ set(INTERFACE_SRCS ${INTERFACE_SRCS} "${QT_UI_HEADERS}" "${QT_RESOURCES}")
|
|||
|
||||
file(GLOB_RECURSE QML_SRC resources/qml/*.qml resources/qml/*.js)
|
||||
add_custom_target(qml SOURCES ${QML_SRC})
|
||||
GroupSources("resources/qml")
|
||||
|
||||
if (UNIX)
|
||||
install(
|
||||
|
|
Loading…
Reference in a new issue