mirror of https://github.com/debauchee/barrier.git
made dll copy quiet and overwrite
This commit is contained in:
parent
5b0bc93b00
commit
bebf8c2c2c
|
@ -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…
Reference in New Issue