1add_clang_unittest(LexTests 2 LexerTest.cpp 3 PreprocessingRecordTest.cpp 4 ) 5 6target_link_libraries(LexTests 7 clangLex 8 ) 9