Files
linux-packaging-mono/external/llvm-project/llvm/utils/KillTheDoctor/CMakeLists.txt

9 lines
118 B
CMake
Raw Normal View History

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