summaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-30 21:51:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-30 21:51:10 +0000
commitf51f20fa34654da75d15a9e2a1a0cd2fc0d8603d (patch)
tree63a20b5c050d2ac2e985c4579051646b295f929a /tools/CMakeLists.txt
parent99e8192c4c8f1f596f9969e5f2cdafcee64ddaac (diff)
Rename 'CIndex' to 'libclang', since it has basically become our stable public
(C) API, and will likely grow further in this direction in the future. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 64c3a213cd..ae33b782d4 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,3 +1,3 @@
-add_subdirectory(CIndex)
+add_subdirectory(libclang)
add_subdirectory(c-index-test)
add_subdirectory(driver)