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

9 lines
118 B
CMake
Raw Normal View History

add_llvm_utility(KillTheDoctor
2010-10-12 03:55:38 +08:00
KillTheDoctor.cpp
)
target_link_libraries(KillTheDoctor
LLVMSupport
psapi
)