1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/utils/KillTheDoctor/CMakeLists.txt

6 lines
105 B
CMake
Raw Normal View History

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