summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/dist/clang/lib/Testing/CMakeLists.txt
blob: 4a8d436aab6644009a81e7a46af94e96b274b34e (plain)
1
2
3
4
5
6
7
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_library(clangTesting
  CommandLineArgs.cpp
  )