forked from OSchip/llvm-project
9 lines
125 B
CMake
9 lines
125 B
CMake
|
add_clang_unittest(LexTests
|
||
|
LexerTest.cpp
|
||
|
PreprocessingRecordTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(LexTests
|
||
|
clangLex
|
||
|
)
|