mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 21:53:00 +08:00
Copy ns plugin to debug dir when in debug mode #4704
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user