mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:12:09 +02:00
Merge pull request #1311 from daleglass/copy-resources-to-exec-dir
Copy resources to interface's exe directory
This commit is contained in:
commit
bf9a4e43f0
1 changed files with 3 additions and 0 deletions
|
@ -394,6 +394,9 @@ 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_if_different
|
||||
"${RESOURCES_RCC}"
|
||||
"${INTERFACE_EXEC_DIR}/resources.rcc"
|
||||
)
|
||||
|
||||
if (JSDOC_ENABLED)
|
||||
|
|
Loading…
Reference in a new issue