summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 12:00:12 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-03-14 12:00:12 +0000
commit3801d71fbeb6e74a22cdd6a858e10d887bc29c7a (patch)
tree1dc0da8d1326cd580067b5d6a38aac96b1da2ee0 /CMakeLists.txt
parentf4dc83c6377fc14d230ccc3e82dc24d03b14f725 (diff)
Switch diagnostics from .def to tablegen files. Please validate the Windows build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3575d88391..3d9b3a5b5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,6 +47,7 @@ install(DIRECTORY include
add_definitions( -D_GNU_SOURCE )
+add_subdirectory(include)
add_subdirectory(lib)
add_subdirectory(Driver)