diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 09:40:40 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 09:40:40 +0000 |
commit | 53f6f61c9522a8e20264876f79b1f53e1103e661 (patch) | |
tree | 0dc7b8952f5034b5e737912bbfedfc38e15a15ba | |
parent | 1e9de059cc0a7dc8e6e23f4e5dcd9ea36ff24d07 (diff) | |
download | bcm5719-llvm-53f6f61c9522a8e20264876f79b1f53e1103e661.tar.gz bcm5719-llvm-53f6f61c9522a8e20264876f79b1f53e1103e661.zip |
Add missed CMake file for adding clang examples to CMake build.
llvm-svn: 89080
-rw-r--r-- | clang/examples/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/examples/CMakeLists.txt b/clang/examples/CMakeLists.txt new file mode 100644 index 00000000000..04332b7025d --- /dev/null +++ b/clang/examples/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(PrintFunctionNames) +add_subdirectory(wpa) + |