mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
eced142a49
llvm-svn: 290401
9 lines
118 B
CMake
9 lines
118 B
CMake
add_llvm_utility(KillTheDoctor
|
|
KillTheDoctor.cpp
|
|
)
|
|
|
|
target_link_libraries(KillTheDoctor
|
|
LLVMSupport
|
|
psapi
|
|
)
|