mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
[CMake] LLVMSupport should be responsible to provide system_libs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201077 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,9 +3,3 @@ add_llvm_utility(not
|
||||
)
|
||||
|
||||
target_link_libraries(not LLVMSupport)
|
||||
if( MINGW )
|
||||
target_link_libraries(not imagehlp psapi shell32)
|
||||
endif( MINGW )
|
||||
if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
|
||||
target_link_libraries(not pthread)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user