xref: /llvm-project/llvm/utils/KillTheDoctor/CMakeLists.txt (revision 6b954f1b79605e4139157ce064fe695c86a0f06a)
1add_llvm_utility(KillTheDoctor
2  KillTheDoctor.cpp
3  )
4
5target_link_libraries(KillTheDoctor
6  PRIVATE
7  LLVMSupport
8  psapi
9  )
10