mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-12 03:16:07 +08:00
Fix missing trailing slashes in xcopy command
This commit is contained in:
@@ -40,14 +40,14 @@ if (WIN32)
|
|||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND xcopy /Y /Q
|
COMMAND xcopy /Y /Q
|
||||||
..\\..\\..\\..\\..\\synergy\\ext\\${OPENSSL_PLAT_DIR}\\out32dll\\libeay32.*
|
..\\..\\..\\..\\..\\synergy\\ext\\${OPENSSL_PLAT_DIR}\\out32dll\\libeay32.*
|
||||||
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
|
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\
|
||||||
)
|
)
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET net
|
TARGET net
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND xcopy /Y /Q
|
COMMAND xcopy /Y /Q
|
||||||
..\\..\\..\\..\\..\\synergy\\ext\\${OPENSSL_PLAT_DIR}\\out32dll\\ssleay32.*
|
..\\..\\..\\..\\..\\synergy\\ext\\${OPENSSL_PLAT_DIR}\\out32dll\\ssleay32.*
|
||||||
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}
|
..\\..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user