llvm-project/clang/unittests/Frontend/CMakeLists.txt

19 lines
284 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FrontendTests
ASTUnitTest.cpp
FrontendActionTest.cpp
CodeGenActionTest.cpp
PCHPreambleTest.cpp
)
target_link_libraries(FrontendTests
clangAST
clangBasic
clangFrontend
clangLex
clangSema
clangCodeGen
)