Sign in
ara-mdk
/
platform
/
external
/
llvm
/
2d4629c5d7dcc6582fa7b85a517744f1a3654eba
/
.
/
utils
/
not
/
CMakeLists.txt
blob: f4c02290d7d1d32229c734516824094e0c714b0d [
file
] [
log
] [
blame
]
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()