fc6fa9b508dbceadad712922c4f34e12d8aa95cf
[oota-llvm.git] / utils / KillTheDoctor / CMakeLists.txt
1 add_executable(KillTheDoctor
2   KillTheDoctor.cpp
3   )
4
5 target_link_libraries(KillTheDoctor LLVMSupport LLVMSystem)