Permalink
Browse files
#5617 Don't copy plugins directory on Windows
- Loading branch information...
Showing
with
0 additions
and
7 deletions.
-
+0
−7
src/lib/net/CMakeLists.txt
|
|
@@ -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
|
|
|
|
0 comments on commit
176d7e4