llvm-for-llvmta/utils/KillTheDoctor/CMakeLists.txt

10 lines
128 B
CMake

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