[SystemZ] Add testcase missing from r186073
[oota-llvm.git] / utils / not / CMakeLists.txt
index 522708d1b93bf26903e34908f5644a04b9d6da51..f4c02290d7d1d32229c734516824094e0c714b0d 100644 (file)
@@ -1,8 +1,8 @@
-add_executable(not
+add_llvm_utility(not
   not.cpp
   )
 
-target_link_libraries(not LLVMSupport LLVMSystem)
+target_link_libraries(not LLVMSupport)
 if( MINGW )
   target_link_libraries(not imagehlp psapi)
 endif( MINGW )