From 6a4ce00f353894a7e8b25b7d7d046b9aef8e326f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar <daniel@zuster.org> Date: Tue, 17 Nov 2009 09:40:40 +0000 Subject: [PATCH] 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 --- examples/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/CMakeLists.txt diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 00000000000..04332b7025d --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(PrintFunctionNames) +add_subdirectory(wpa) + -- GitLab