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

16 lines
219 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(SemaTests
ExternalSemaSourceTest.cpp
)
target_link_libraries(SemaTests
clangAST
clangBasic
clangFrontend
clangParse
clangSema
clangTooling
)