mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-08 21:10:31 +00:00
0b79f4e661
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290401 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
118 B
CMake
9 lines
118 B
CMake
add_llvm_utility(KillTheDoctor
|
|
KillTheDoctor.cpp
|
|
)
|
|
|
|
target_link_libraries(KillTheDoctor
|
|
LLVMSupport
|
|
psapi
|
|
)
|