hanchenye-llvm-project/llvm/utils/KillTheDoctor/CMakeLists.txt

9 lines
118 B
CMake

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