mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:59:03 +02:00
Copy resources to interface's exe directory
This should have no effect on Unix, but fix the resource issue on Win32
This commit is contained in:
parent
d179e70671
commit
bb1884b361
1 changed files with 3 additions and 0 deletions
|
@ -394,6 +394,9 @@ 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_if_different
|
||||||
|
"${RESOURCES_RCC}"
|
||||||
|
"${INTERFACE_EXEC_DIR}/resources.rcc"
|
||||||
)
|
)
|
||||||
|
|
||||||
if (JSDOC_ENABLED)
|
if (JSDOC_ENABLED)
|
||||||
|
|
Loading…
Reference in a new issue