mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-24 11:32:43 +03:00
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
|
||||
POST_BUILD
|
||||
COMMAND mkdir -p
|
||||
${CMAKE_SOURCE_DIR}/bin/plugins
|
||||
${CMAKE_SOURCE_DIR}/bin/debug/plugins
|
||||
&&
|
||||
cp
|
||||
${CMAKE_SOURCE_DIR}/lib/debug/libns.*
|
||||
${CMAKE_SOURCE_DIR}/bin/plugins/
|
||||
${CMAKE_SOURCE_DIR}/bin/debug/plugins/
|
||||
)
|
||||
else()
|
||||
add_custom_command(
|
||||
|
Loading…
Reference in New Issue
Block a user