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