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