summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/CMakeLists.txt
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-08-07 08:33:04 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-08-07 08:33:04 +0000
commit118232f2b4e2aba344708b437385ba08b9ac4980 (patch)
tree4dcfc41d869561463d4d26ffd0361ef300a74524 /clang-tools-extra/CMakeLists.txt
parentc3b3da0bb2ab11ca3ff361f76bf08db349d55150 (diff)
downloadbcm5719-llvm-118232f2b4e2aba344708b437385ba08b9ac4980.tar.gz
bcm5719-llvm-118232f2b4e2aba344708b437385ba08b9ac4980.zip
Add a root CMakeLists.txt and fix up all the test build stuff.
With this we can build and test the remove-cstr-calls tool which should serve as a good example of how to add tools and their tests to the repository. llvm-svn: 161404
Diffstat (limited to 'clang-tools-extra/CMakeLists.txt')
-rw-r--r--clang-tools-extra/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang-tools-extra/CMakeLists.txt b/clang-tools-extra/CMakeLists.txt
new file mode 100644
index 00000000000..5876cb5c040
--- /dev/null
+++ b/clang-tools-extra/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_subdirectory(remove-cstr-calls)
+
+# Add the common testsuite after all the tools.
+add_subdirectory(test)
OpenPOWER on IntegriCloud