[libFuzzer] start refactoring the Mutator and adding tests to it
[oota-llvm.git] / utils / not / CMakeLists.txt
index f4c02290d7d1d32229c734516824094e0c714b0d..4a92348ba0f9d82ed4c307f170da2e02e63c5636 100644 (file)
@@ -3,9 +3,3 @@ add_llvm_utility(not
   )
 
 target_link_libraries(not LLVMSupport)
-if( MINGW )
-  target_link_libraries(not imagehlp psapi)
-endif( MINGW )
-if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
-  target_link_libraries(not pthread)
-endif()