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

9 lines
125 B
CMake

add_clang_unittest(LexTests
LexerTest.cpp
PreprocessingRecordTest.cpp
)
target_link_libraries(LexTests
clangLex
)