Browse Source

Added System.Core .NET assembly for Linq dependency.

pull/80/head
triton 12 years ago
parent
commit
051f6dceab
  1. 2
      src/AST/AST.lua

2
src/AST/AST.lua

@ -5,4 +5,4 @@ project "CppSharp.AST"
location "." location "."
files { "*.cs" } files { "*.cs" }
links { "System" } links { "System", "System.Core" }
Loading…
Cancel
Save