forked from OSchip/llvm-project
clang/lib/ASTMatchers/Dynamic/CMakeLists.txt: redundant
llvm-svn: 200642
This commit is contained in:
parent
35e6fee3e9
commit
549d510c0b
|
@ -7,10 +7,6 @@ add_clang_library(clangDynamicASTMatchers
|
|||
Registry.cpp
|
||||
)
|
||||
|
||||
add_dependencies(clangDynamicASTMatchers
|
||||
clangASTMatchers
|
||||
)
|
||||
|
||||
target_link_libraries(clangDynamicASTMatchers
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
|
|
Loading…
Reference in New Issue