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

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
)