1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

6 lines
105 B
CMake
Raw Normal View History

add_llvm_utility(KillTheDoctor
2010-10-11 19:55:38 +00:00
KillTheDoctor.cpp
)
target_link_libraries(KillTheDoctor LLVMSupport)