blob: 4312151c0457d1a0a57c695fc76d77927bca493c [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FrontendTests
ASTUnitTest.cpp
FrontendActionTest.cpp
CodeGenActionTest.cpp
)
target_link_libraries(FrontendTests
clangAST
clangBasic
clangFrontend
clangLex
clangSema
clangCodeGen
)