| Index: tools/clang/rewrite_scoped_refptr/CMakeLists.txt
|
| diff --git a/tools/clang/rewrite_scoped_refptr/CMakeLists.txt b/tools/clang/rewrite_scoped_refptr/CMakeLists.txt
|
| deleted file mode 100644
|
| index aa47400ce3d6bf50fbd440334c1e8c425956815c..0000000000000000000000000000000000000000
|
| --- a/tools/clang/rewrite_scoped_refptr/CMakeLists.txt
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -set(LLVM_LINK_COMPONENTS
|
| - BitReader
|
| - MCParser
|
| - Option
|
| - X86AsmParser
|
| - )
|
| -
|
| -add_llvm_executable(rewrite_scoped_refptr
|
| - RewriteScopedRefptr.cpp
|
| - )
|
| -
|
| -target_link_libraries(rewrite_scoped_refptr
|
| - clangAST
|
| - clangASTMatchers
|
| - clangAnalysis
|
| - clangBasic
|
| - clangDriver
|
| - clangEdit
|
| - clangFrontend
|
| - clangLex
|
| - clangParse
|
| - clangSema
|
| - clangSerialization
|
| - clangTooling
|
| - )
|
| -
|
| -cr_install(TARGETS rewrite_scoped_refptr RUNTIME DESTINATION bin)
|
|
|