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

8 lines
140 B
CMake

add_clang_unittest(SemaTests
ExternalSemaSourceTest.cpp
)
target_link_libraries(SemaTests
clangAST clangASTMatchers clangTooling
)