X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FKillTheDoctor%2FCMakeLists.txt;h=37c2b7ceb467a082d0ca5eba0851c7102cdde352;hb=7a88b655ccad0f128ea1a5e8ca433a8827a24ff3;hp=32e481cbead8942fae929de23c00fd29e5707eab;hpb=bbb9ea7b70971df53eedfb42fc9cb606f815eaaa;p=oota-llvm.git diff --git a/utils/KillTheDoctor/CMakeLists.txt b/utils/KillTheDoctor/CMakeLists.txt index 32e481cbead..37c2b7ceb46 100644 --- a/utils/KillTheDoctor/CMakeLists.txt +++ b/utils/KillTheDoctor/CMakeLists.txt @@ -1,6 +1,5 @@ -add_executable(KillTheDoctor +add_llvm_utility(KillTheDoctor KillTheDoctor.cpp - system_error.cpp ) -target_link_libraries(KillTheDoctor LLVMSupport LLVMSystem) +target_link_libraries(KillTheDoctor LLVMSupport)