#5617 Don't copy plugins directory on Windows

This commit is contained in:
Andrew Nelless 2016-10-03 15:36:21 +01:00 committed by Andrew Nelless
parent 912ed9be9c
commit 176d7e4725
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@ endif()
add_library(net STATIC ${sources})
if (WIN32)
add_custom_command(
TARGET net
POST_BUILD
COMMAND xcopy /Y /Q
..\\..\\..\\..\\lib\\${CMAKE_CFG_INTDIR}\\ns.*
..\\..\\..\\..\\bin\\${CMAKE_CFG_INTDIR}\\plugins\\
)
add_custom_command(
TARGET net
POST_BUILD