llvm-project/clang/unittests/Tooling/Syntax/CMakeLists.txt

20 lines
268 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(SyntaxTests
TokensTest.cpp
)
target_link_libraries(SyntaxTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangLex
clangSerialization
clangTooling
clangToolingSyntax
LLVMTestingSupport
)