From: Daniel Dunbar Date: Tue, 17 Nov 2009 09:40:40 +0000 (+0000) Subject: Add missed CMake file for adding clang examples to CMake build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a4ce00f353894a7e8b25b7d7d046b9aef8e326f;p=clang 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 --- 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) +