mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-01 23:59:38 +02:00
made dll copy quiet and overwrite
This commit is contained in:
parent
5b0bc93b00
commit
bebf8c2c2c
1 changed files with 3 additions and 3 deletions
|
@ -119,10 +119,10 @@ if (WIN32)
|
|||
add_custom_command(
|
||||
TARGET synrgyhk
|
||||
POST_BUILD
|
||||
COMMAND move
|
||||
COMMAND xcopy /Y /Q
|
||||
..\\..\\..\\..\\lib\\${CMAKE_CFG_INTDIR}\\synrgyhk.*
|
||||
..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
|
||||
1> NUL)
|
||||
..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\
|
||||
)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue