]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Lex/CMakeLists.txt
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / unittests / Lex / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
4
5 add_clang_unittest(LexTests
6   HeaderMapTest.cpp
7   HeaderSearchTest.cpp
8   LexerTest.cpp
9   PPCallbacksTest.cpp
10   PPConditionalDirectiveRecordTest.cpp
11   )
12
13 target_link_libraries(LexTests
14   PRIVATE
15   clangAST
16   clangBasic
17   clangLex
18   clangParse
19   clangSema
20   )