gn build: Merge r372706
[llvm-complete.git] / utils / KillTheDoctor / CMakeLists.txt
blob72d994fb9953ac6fb3d8670d954831e8621717ae
1 add_llvm_utility(KillTheDoctor
2   KillTheDoctor.cpp
3   )
5 target_link_libraries(KillTheDoctor
6   LLVMSupport
7   psapi
8   )