Sign in
llvm
/
llvm
/
f6e5376a873d7c3b296e3b49e1b7606523b11d6f
/
.
/
utils
/
KillTheDoctor
/
CMakeLists.txt
blob: 72d994fb9953ac6fb3d8670d954831e8621717ae [
file
] [
log
] [
blame
]
add_llvm_utility(KillTheDoctor
KillTheDoctor.cpp
)
target_link_libraries(KillTheDoctor
LLVMSupport
psapi
)