Skip to content

Commit 0a9215b

Browse files
committed
Include timestamp.cs file in project to ensure bindings are always up to date
1 parent b617079 commit 0a9215b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Tests.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ function SetupTestProjectsCSharp(name, depends, extraFiles, suffix)
128128
files
129129
{
130130
path.join(gendir, name, nm .. ".cs"),
131-
path.join(gendir, name, str .. ".cs")
131+
path.join(gendir, name, str .. ".cs"),
132+
path.join(objsdir, name .. ".Native", "timestamp.cs")
132133
}
133134

134135
links { "CppSharp.Runtime" }

0 commit comments

Comments
 (0)