summaryrefslogtreecommitdiffstats
path: root/lib/Index/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/CMakeLists.txt')
-rw-r--r--lib/Index/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt
new file mode 100644
index 0000000..c4ff5a0
--- /dev/null
+++ b/lib/Index/CMakeLists.txt
@@ -0,0 +1,11 @@
+add_clang_library(clangIndex
+ CommentToXML.cpp
+ SimpleFormatContext.h
+ USRGeneration.cpp
+ )
+
+target_link_libraries(clangIndex
+ clangBasic
+ clangAST
+ clangFormat
+ )
OpenPOWER on IntegriCloud