diff --git a/build/Tests.lua b/build/Tests.lua index 964fdc58..e75e7957 100644 --- a/build/Tests.lua +++ b/build/Tests.lua @@ -76,6 +76,8 @@ function SetupTestProjects(name, file, lib) path.join(gendir, name, name .. ".cs"), } + links { "CppSharp.Runtime" } + project(name .. ".CLI") SetupNativeProject()