Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorithms,
[oota-llvm.git] / utils / KillTheDoctor / CMakeLists.txt
index 32e481cbead8942fae929de23c00fd29e5707eab..37c2b7ceb467a082d0ca5eba0851c7102cdde352 100644 (file)
@@ -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)