mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Rollback, since we will use external storage
Rollback, since we will use external storage.
This commit is contained in:
parent
440db34a79
commit
d4cbc35bc6
1 changed files with 0 additions and 6 deletions
|
@ -351,9 +351,6 @@ if (APPLE)
|
|||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/fonts"
|
||||
"${RESOURCES_DEV_DIR}/fonts"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/default"
|
||||
"${RESOURCES_DEV_DIR}/default"
|
||||
#copy serverless for android
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/serverless"
|
||||
|
@ -384,9 +381,6 @@ else()
|
|||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/fonts"
|
||||
"${RESOURCES_DEV_DIR}/fonts"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/default"
|
||||
"${RESOURCES_DEV_DIR}/default"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${CMAKE_SOURCE_DIR}/scripts"
|
||||
"${INTERFACE_EXEC_DIR}/scripts"
|
||||
|
|
Loading…
Reference in a new issue