X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fnot%2FCMakeLists.txt;h=4a92348ba0f9d82ed4c307f170da2e02e63c5636;hb=47f0e3f434e2e43f951c3a826c40906cb15b7285;hp=155d2e3ae7e4f8f96cd1348f5b35be81b9ce5854;hpb=1f6efa3996dd1929fbc129203ce5009b620e6969;p=oota-llvm.git diff --git a/utils/not/CMakeLists.txt b/utils/not/CMakeLists.txt index 155d2e3ae7e..4a92348ba0f 100644 --- a/utils/not/CMakeLists.txt +++ b/utils/not/CMakeLists.txt @@ -1,11 +1,5 @@ -add_executable(not +add_llvm_utility(not not.cpp ) 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()