Copy ns plugin to debug dir when in debug mode #4704
This commit is contained in:
parent
f322a79760
commit
18344e6b52
|
@ -106,11 +106,11 @@ if (UNIX)
|
||||||
TARGET ns
|
TARGET ns
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND mkdir -p
|
COMMAND mkdir -p
|
||||||
${CMAKE_SOURCE_DIR}/bin/plugins
|
${CMAKE_SOURCE_DIR}/bin/debug/plugins
|
||||||
&&
|
&&
|
||||||
cp
|
cp
|
||||||
${CMAKE_SOURCE_DIR}/lib/debug/libns.*
|
${CMAKE_SOURCE_DIR}/lib/debug/libns.*
|
||||||
${CMAKE_SOURCE_DIR}/bin/plugins/
|
${CMAKE_SOURCE_DIR}/bin/debug/plugins/
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
|
Loading…
Reference in New Issue