From 2d6602f4bb5ed89b94871eb616227a419ed9396c Mon Sep 17 00:00:00 2001 From: triton <ripzonetriton@gmail.com> Date: Mon, 6 May 2013 02:38:55 +0100 Subject: [PATCH] Updated the build scripts with all projects. --- build/premake4.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/premake4.lua b/build/premake4.lua index 0744acb7..aeae38b1 100644 --- a/build/premake4.lua +++ b/build/premake4.lua @@ -39,3 +39,8 @@ solution "Cxxi" include (srcdir .. "/Generator/Generator.lua") include (srcdir .. "/Generator.Tests/Generator.Tests.lua") include (srcdir .. "/Parser/Parser.lua") + include (srcdir .. "/CppParser/CppParser.lua") + include (srcdir .. "/ParserBridge/ParserBridge.lua") + include (srcdir .. "/ParserGen/ParserGen.lua") + include (srcdir .. "/Runtime/Runtime.lua") +