We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4a421 commit 4f4638fCopy full SHA for 4f4638f
premake5.lua
@@ -98,8 +98,10 @@ project "CPPTests"
98
defines { "WIN32", "_WINDOWS" }
99
100
postbuildcommands {
101
- -- Copy DLLs from NetLeaf.
102
- "{COPY} %{wks.location}/build/bin/*.dll %{cfg.targetdir}"
+ -- Copy DLLs from NetLeaf
+ "{COPY} %{wks.location}/build/bin/*.dll %{cfg.targetdir}",
103
+ -- Copy C# Jsons from NetLeaf
104
+ "{COPY} %{wks.location}/build/bin/*.json %{cfg.targetdir}"
105
}
106
107
filter "system:linux"
0 commit comments