9 lines
118 B
CMake
Raw Normal View History

add_llvm_utility(KillTheDoctor
KillTheDoctor.cpp
)
target_link_libraries(KillTheDoctor
LLVMSupport
psapi
)