aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-14 16:44:37 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:09:59 -0300
commit46cd570358601d83be0e23a378fc688d8ed706b6 (patch)
treeb840837b15f6b4b1ebd1fc79269345778dffcefb /CMakeLists.txt
parent97bff103c6de76a80088083ed2b909527f32c50f (diff)
Include class moved to its own .h/.cpp file.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)