mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 01:58:40 +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(
|
add_custom_command(
|
||||||
TARGET synrgyhk
|
TARGET synrgyhk
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND move
|
COMMAND xcopy /Y /Q
|
||||||
..\\..\\..\\..\\lib\\${CMAKE_CFG_INTDIR}\\synrgyhk.*
|
..\\..\\..\\..\\lib\\${CMAKE_CFG_INTDIR}\\synrgyhk.*
|
||||||
..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
|
..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\
|
||||||
1> NUL)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue