summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-17 09:40:40 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-17 09:40:40 +0000
commit6a4ce00f353894a7e8b25b7d7d046b9aef8e326f (patch)
tree1c496276d804bcba6e2f6ca7aa255348e61ae3d2 /examples/CMakeLists.txt
parent9d0c6613ec040ad8d952556be909232a7f25dede (diff)
downloadclang-6a4ce00f353894a7e8b25b7d7d046b9aef8e326f.tar.gz
Add missed CMake file for adding clang examples to CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
new file mode 100644
index 0000000000..04332b7025
--- /dev/null
+++ b/examples/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_subdirectory(PrintFunctionNames)
+add_subdirectory(wpa)
+