aboutsummaryrefslogtreecommitdiff
path: root/unittests/Lex/CMakeLists.txt
blob: 78838c082981ac40a2daffd26455043a702e3a94 (plain)
1
2
3
4
5
6
7
8
9
add_clang_unittest(LexTests
  LexerTest.cpp
  PPCallbacksTest.cpp
  PPConditionalDirectiveRecordTest.cpp
  )

target_link_libraries(LexTests
  clangLex
  )