summaryrefslogtreecommitdiffstats
path: root/lib/Tooling/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Tooling/CMakeLists.txt')
-rw-r--r--lib/Tooling/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Tooling/CMakeLists.txt b/lib/Tooling/CMakeLists.txt
new file mode 100644
index 0000000..f52cf6c
--- /dev/null
+++ b/lib/Tooling/CMakeLists.txt
@@ -0,0 +1,6 @@
+SET(LLVM_USED_LIBS clangBasic clangFrontend clangAST)
+
+add_clang_library(clangTooling
+ JsonCompileCommandLineDatabase.cpp
+ Tooling.cpp
+ )
OpenPOWER on IntegriCloud