Fix missing trailing slashes in xcopy command

This commit is contained in:
Andrew Nelless 2016-12-14 16:41:22 +00:00
parent 0feb5df327
commit 0322cf0112
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ if (WIN32)
POST_BUILD
COMMAND xcopy /Y /Q
..\\..\\..\\..\\..\\synergy\\bin\\${CMAKE_CFG_INTDIR}\\synergyc.*
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\
)
else ()
if (CONF_CPACK)

View File

@ -66,7 +66,7 @@ if (WIN32)
POST_BUILD
COMMAND xcopy /Y /Q
..\\..\\..\\..\\..\\synergy\\bin\\${CMAKE_CFG_INTDIR}\\synergys.*
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\
)
else ()
if (CONF_CPACK)