made dll copy quiet and overwrite
This commit is contained in:
parent
5b0bc93b00
commit
bebf8c2c2c
|
@ -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…
Reference in New Issue