mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:28:59 +02:00
Removal of the files previouly exposed in resources
Removal of the files previouly exposed in resources for the serverless tutorial. Since it doesn't work, and an external storage will be used, these folders no more require to be exposed.
This commit is contained in:
parent
a4c341c293
commit
7194e1e78e
1 changed files with 0 additions and 6 deletions
|
@ -394,12 +394,6 @@ 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_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/serverless/Fonts"
|
||||
"${RESOURCES_DEV_DIR}/serverless/Fonts"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/resources/serverless/Scripts"
|
||||
"${RESOURCES_DEV_DIR}/serverless/Scripts"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||
"${RESOURCES_RCC}"
|
||||
"${INTERFACE_EXEC_DIR}/resources.rcc"
|
||||
|
|
Loading…
Reference in a new issue