diff --git a/src/CppParser/Bindings/premake4.lua b/src/CppParser/Bindings/premake4.lua index b55937bb..c6b7d2ca 100644 --- a/src/CppParser/Bindings/premake4.lua +++ b/src/CppParser/Bindings/premake4.lua @@ -6,7 +6,7 @@ project "CppSharp.Parser.Gen" debugdir "." files { "ParserGen.cs", "*.lua" } - links { "CppSharp.AST", "CppSharp.Generator" } + links { "CppSharp.AST", "CppSharp.Generator", "System.Core" } SetupParser()