#5617 Don't copy plugins directory on Windows
This commit is contained in:
parent
912ed9be9c
commit
176d7e4725
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue