We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67f02a commit b9bde3cCopy full SHA for b9bde3c
csharp-api/cmake.toml
@@ -282,7 +282,7 @@ set_dotnet_references(CSharpAPITestWebAPI "mhwilds" "${MHWILDS_DLLS}")
282
[target.CSharpAPITestRE9]
283
condition = "build-csharp-test-re9"
284
type = "CSharpSharedTarget"
285
-sources = ["test/Test/TestRE9.cs"]
+sources = ["test/Test/ZombieSpawner.cs"]
286
link-libraries = ["csharp-api"]
287
cmake-after = """
288
set_dotnet_references(CSharpAPITestRE9 "re9" "${RE9_DLLS}")
0 commit comments