mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
use separate arugments to get colon separated list of paths
This commit is contained in:
parent
7920f7afa3
commit
73891b61b0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
macro(COPY_DLLS_BESIDE_WINDOWS_EXECUTABLE)
|
macro(COPY_DLLS_BESIDE_WINDOWS_EXECUTABLE)
|
||||||
if (WIN32 AND NOT CMAKE_BUILD_TYPE STREQUAL "Release")
|
if (WIN32 AND NOT CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||||
separate_arguments(LIB_PATHS_ARG WINDOWS_COMMAND ${LIB_PATHS})
|
separate_arguments(LIB_PATHS_ARG ${LIB_PATHS})
|
||||||
# add a post-build command to copy DLLs beside the interface executable
|
# add a post-build command to copy DLLs beside the interface executable
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET ${TARGET_NAME}
|
TARGET ${TARGET_NAME}
|
||||||
|
|
Loading…
Reference in a new issue