diff options
Diffstat (limited to 'examples/Tooling/CMakeLists.txt')
-rw-r--r-- | examples/Tooling/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/Tooling/CMakeLists.txt b/examples/Tooling/CMakeLists.txt deleted file mode 100644 index 01132b858a..0000000000 --- a/examples/Tooling/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -set(LLVM_USED_LIBS clangTooling clangBasic) - -add_clang_executable(clang-check - ClangCheck.cpp - ) - -add_subdirectory(RemoveCStrCalls) |