mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Exposed serverless subdirectory as resources
Expose some serverless subdirectory as outside the binary to make possible the referencing from inside a script or from inside the html these don't support qrc url.
This commit is contained in:
parent
d1c408759d
commit
3d410252c7
1 changed files with 6 additions and 0 deletions
|
@ -394,6 +394,12 @@ else()
|
|||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||
"${PROJECT_SOURCE_DIR}/resources/serverless/redirect.json"
|
||||
"${RESOURCES_DEV_DIR}/serverless/redirect.json"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/serverless/Fonts"
|
||||
"${RESOURCES_DEV_DIR}/serverless/Fonts"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/serverless/Scripts"
|
||||
"${RESOURCES_DEV_DIR}/serverless/Scripts"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||
"${RESOURCES_RCC}"
|
||||
"${INTERFACE_EXEC_DIR}/resources.rcc"
|
||||
|
|
Loading…
Reference in a new issue