mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 23:32:58 +02:00
Include Vircadia Web app files in an IDE directory
This commit is contained in:
parent
831cb1c8bc
commit
c29c1d0200
1 changed files with 6 additions and 0 deletions
|
@ -280,6 +280,12 @@ GroupSources("scripts")
|
|||
GroupSources("unpublishedScripts")
|
||||
unset(JS_SRC)
|
||||
|
||||
file(GLOB_RECURSE WEB_APP_SRC vircadia-web/*.*)
|
||||
list(FILTER WEB_APP_SRC EXCLUDE REGEX "vircadia-web/(dist|node_modules|public)/*" )
|
||||
add_custom_target(vircadia-web SOURCES ${WEB_APP_SRC})
|
||||
GroupSources("vircadia-web")
|
||||
unset(WEB_APP_SRC)
|
||||
|
||||
set_packaging_parameters()
|
||||
|
||||
# Locate the required Qt build on the filesystem
|
||||
|
|
Loading…
Reference in a new issue