Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / tools / clang / rewrite_scoped_refptr / CMakeLists.txt
blob9b0184d31296953f1b5fad194be961aebfc74c00
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   MCParser
4   Option
5   )
7 add_llvm_executable(rewrite_scoped_refptr
8   RewriteScopedRefptr.cpp
9   )
11 target_link_libraries(rewrite_scoped_refptr
12   clangAST
13   clangASTMatchers
14   clangAnalysis
15   clangBasic
16   clangDriver
17   clangEdit
18   clangFrontend
19   clangLex
20   clangParse
21   clangSema
22   clangSerialization
23   clangTooling
24   )
26 cr_install(TARGETS rewrite_scoped_refptr RUNTIME DESTINATION bin)