xref: /aosp_15_r20/external/clang/unittests/Lex/CMakeLists.txt (revision 67e74705e28f6214e480b399dd47ea732279e315)
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(LexTests
6  HeaderMapTest.cpp
7  LexerTest.cpp
8  PPCallbacksTest.cpp
9  PPConditionalDirectiveRecordTest.cpp
10  )
11
12target_link_libraries(LexTests
13  clangAST
14  clangBasic
15  clangLex
16  clangParse
17  clangSema
18  )
19