From 46cd570358601d83be0e23a378fc688d8ed706b6 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 14 Apr 2010 16:44:37 -0300 Subject: Include class moved to its own .h/.cpp file. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 00b98aad7..736e4b625 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ graph.cpp reporthandler.cpp typeparser.cpp typesystem.cpp +include.cpp parser/ast.cpp parser/binder.cpp parser/class_compiler.cpp @@ -114,6 +115,7 @@ typesystem.h fileout.h docparser.h qtdocparser.h +include.h ) if (BUILD_TESTS) -- cgit v1.2.3