]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Format/CMakeLists.txt
Vendor import of clang trunk r178860:
[FreeBSD/FreeBSD.git] / unittests / Format / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   asmparser
4   bitreader
5   support
6   mc
7   )
8
9 add_clang_unittest(FormatTests
10   FormatTest.cpp
11   )
12
13 target_link_libraries(FormatTests
14   clangAST
15   clangFormat
16   clangTooling
17   clangRewriteCore
18   )