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