Browse Source

Fixed generated build files to directly link against "CppSharp" for test projects.

pull/787/head
Joao Matos 8 years ago
parent
commit
b0ec4e7f5e
  1. 2
      build/Tests.lua

2
build/Tests.lua

@ -8,6 +8,7 @@ function SetupExampleProject() @@ -8,6 +8,7 @@ function SetupExampleProject()
files { "**.cs", "./*.lua" }
links
{
"CppSharp",
"CppSharp.AST",
"CppSharp.Generator",
"CppSharp.Parser"
@ -55,6 +56,7 @@ function SetupTestGeneratorProject(name, depends) @@ -55,6 +56,7 @@ function SetupTestGeneratorProject(name, depends)
linktable = {
"System.Core",
"CppSharp",
"CppSharp.AST",
"CppSharp.Generator",
"CppSharp.Generator.Tests",

Loading…
Cancel
Save