mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 01:23:55 +02:00
Fix interfaces scripts not copying from /scripts in local builds
This commit is contained in:
parent
5042561e80
commit
f92f29ecab
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ else (APPLE)
|
||||||
"${PROJECT_SOURCE_DIR}/resources"
|
"${PROJECT_SOURCE_DIR}/resources"
|
||||||
$<TARGET_FILE_DIR:${TARGET_NAME}>/resources
|
$<TARGET_FILE_DIR:${TARGET_NAME}>/resources
|
||||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||||
"${CMAKE_SOURCE_DIR}/examples"
|
"${CMAKE_SOURCE_DIR}/scripts"
|
||||||
$<TARGET_FILE_DIR:${TARGET_NAME}>/scripts
|
$<TARGET_FILE_DIR:${TARGET_NAME}>/scripts
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue