CMakeLists.txt 118 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 add_llvm_utility(KillTheDoctor KillTheDoctor.cpp ) target_link_libraries(KillTheDoctor LLVMSupport psapi )