]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Sema/CMakeLists.txt
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / unittests / Sema / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
4
5 add_clang_unittest(SemaTests
6   ExternalSemaSourceTest.cpp
7   CodeCompleteTest.cpp
8   )
9
10 target_link_libraries(SemaTests
11   PRIVATE
12   clangAST
13   clangBasic
14   clangFrontend
15   clangParse
16   clangSema
17   clangTooling
18   )