allwinner_a64/android/external/clang/unittests/Lex/CMakeLists.txt
2018-08-08 16:14:42 +08:00

18 lines
265 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(LexTests
HeaderMapTest.cpp
LexerTest.cpp
PPCallbacksTest.cpp
PPConditionalDirectiveRecordTest.cpp
)
target_link_libraries(LexTests
clangAST
clangBasic
clangLex
clangParse
clangSema
)