forked from OSchip/llvm-project
8 lines
140 B
CMake
8 lines
140 B
CMake
|
add_clang_unittest(SemaTests
|
||
|
ExternalSemaSourceTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(SemaTests
|
||
|
clangAST clangASTMatchers clangTooling
|
||
|
)
|