]> granicus.if.org Git - clang/commitdiff
Add missed CMake file for adding clang examples to CMake build.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 09:40:40 +0000 (09:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 09:40:40 +0000 (09:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89080 91177308-0d34-0410-b5e6-96231b3b80d8

examples/CMakeLists.txt [new file with mode: 0644]

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
new file mode 100644 (file)
index 0000000..04332b7
--- /dev/null
@@ -0,0 +1,3 @@
+add_subdirectory(PrintFunctionNames)
+add_subdirectory(wpa)
+