xref: /netbsd-src/external/apache2/llvm/dist/clang/lib/Testing/CMakeLists.txt (revision 122b5006ee1bd67145794b4cde92f4fe4781a5ec)
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_library(clangTesting
6  CommandLineArgs.cpp
7  )
8