Skip to content

Commit 4f4638f

Browse files
committed
[Build] Copy C# Jsons to CPPTests output.
1 parent ac4a421 commit 4f4638f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

premake5.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ project "CPPTests"
9898
defines { "WIN32", "_WINDOWS" }
9999

100100
postbuildcommands {
101-
-- Copy DLLs from NetLeaf.
102-
"{COPY} %{wks.location}/build/bin/*.dll %{cfg.targetdir}"
101+
-- Copy DLLs from NetLeaf
102+
"{COPY} %{wks.location}/build/bin/*.dll %{cfg.targetdir}",
103+
-- Copy C# Jsons from NetLeaf
104+
"{COPY} %{wks.location}/build/bin/*.json %{cfg.targetdir}"
103105
}
104106

105107
filter "system:linux"

0 commit comments

Comments
 (0)