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