mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-09 19:03:27 +00:00
ac85179219
llvm-svn: 196916
17 lines
219 B
CMake
17 lines
219 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_clang_unittest(SemaTests
|
|
ExternalSemaSourceTest.cpp
|
|
)
|
|
|
|
target_link_libraries(SemaTests
|
|
clangAST
|
|
clangBasic
|
|
clangFrontend
|
|
clangParse
|
|
clangSema
|
|
clangTooling
|
|
)
|