summaryrefslogtreecommitdiff
path: root/gnu/llvm/utils/KillTheDoctor/CMakeLists.txt
blob: 72d994fb9953ac6fb3d8670d954831e8621717ae (plain)
1
2
3
4
5
6
7
8
add_llvm_utility(KillTheDoctor
  KillTheDoctor.cpp
  )

target_link_libraries(KillTheDoctor
  LLVMSupport
  psapi
  )