mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 08:23:17 +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
|
||||
"${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