blob: edc359ef4fcfdc160da34f5d06ed854ba6c765b5 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)
add_clang_unittest(IntrospectionTests
IntrospectionTest.cpp
)
clang_target_link_libraries(IntrospectionTests
PRIVATE
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangSerialization
clangTooling
)
target_link_libraries(IntrospectionTests
PRIVATE
LLVMTestingSupport
)