mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +02: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
|
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||||
"${PROJECT_SOURCE_DIR}/resources/serverless/redirect.json"
|
"${PROJECT_SOURCE_DIR}/resources/serverless/redirect.json"
|
||||||
"${RESOURCES_DEV_DIR}/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
|
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||||
"${RESOURCES_RCC}"
|
"${RESOURCES_RCC}"
|
||||||
"${INTERFACE_EXEC_DIR}/resources.rcc"
|
"${INTERFACE_EXEC_DIR}/resources.rcc"
|
||||||
|
|
Loading…
Reference in a new issue