mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
adding redirect json to post build in Mac
This commit is contained in:
parent
c95cb97b9b
commit
a7abebd7aa
1 changed files with 4 additions and 0 deletions
|
@ -332,6 +332,10 @@ if (APPLE)
|
||||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||||
"${PROJECT_SOURCE_DIR}/resources/fonts"
|
"${PROJECT_SOURCE_DIR}/resources/fonts"
|
||||||
"${RESOURCES_DEV_DIR}/fonts"
|
"${RESOURCES_DEV_DIR}/fonts"
|
||||||
|
# add redirect json to macOS builds.
|
||||||
|
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||||
|
"${PROJECT_SOURCE_DIR}/resources/serverless/redirect.json"
|
||||||
|
"${RESOURCES_DEV_DIR}/serverless/redirect.json"
|
||||||
)
|
)
|
||||||
|
|
||||||
# call the fixup_interface macro to add required bundling commands for installation
|
# call the fixup_interface macro to add required bundling commands for installation
|
||||||
|
|
Loading…
Reference in a new issue