mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-11 10:25:41 +00:00
CMake: Add libm to list of system libs printed by llvm-config.
This is required by the interpreter library, and also matches the autoconf behavior. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -145,6 +145,7 @@ if( NOT MSVC )
|
|||||||
if ( LLVM_ENABLE_ZLIB AND HAVE_LIBZ )
|
if ( LLVM_ENABLE_ZLIB AND HAVE_LIBZ )
|
||||||
set(system_libs ${system_libs} z)
|
set(system_libs ${system_libs} z)
|
||||||
endif()
|
endif()
|
||||||
|
set(system_libs ${system_libs} m)
|
||||||
endif( MINGW )
|
endif( MINGW )
|
||||||
endif( NOT MSVC )
|
endif( NOT MSVC )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user