summaryrefslogtreecommitdiff
path: root/unittests/Lex/CMakeLists.txt
blob: 10c936199d6bbeb071fd4af82bed668ca63b10ac (plain)
1
2
3
4
5
6
7
8
add_clang_unittest(LexTests
  LexerTest.cpp
  PreprocessingRecordTest.cpp
  )

target_link_libraries(LexTests
  clangLex
  )