xref: /openbsd-src/gnu/llvm/clang/lib/Testing/CMakeLists.txt (revision f1dd7b858388b4a23f4f67a4957ec5ff656ebbe8)
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_library(clangTesting
6  CommandLineArgs.cpp
7  )
8