mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 04:38:37 +00:00
ac85179219
llvm-svn: 196916
17 lines
244 B
CMake
17 lines
244 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_clang_unittest(ASTMatchersTests
|
|
ASTMatchersTest.cpp)
|
|
|
|
target_link_libraries(ASTMatchersTests
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
clangFrontend
|
|
clangTooling
|
|
)
|
|
|
|
add_subdirectory(Dynamic)
|