mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +02:00
spell things correctly so cmake knows what you want
This commit is contained in:
parent
1a0a4d0e20
commit
7920f7afa3
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")
|
||||||
seperate_arguments(LIB_PATHS_ARG WINDOWS_COMMAND ${LIB_PATHS})
|
separate_arguments(LIB_PATHS_ARG WINDOWS_COMMAND ${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