mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 23:12:36 +00:00
Modified the linking of Boost_SYSTEM_LIBRARIES to account for MSVC
This commit is contained in:
parent
ad812c67ba
commit
ea35ea386d
@ -69,7 +69,6 @@ else(MSVC)
|
||||
${SDL_LIBRARY}
|
||||
${Boost_IOSTREAMS_LIBRARY}
|
||||
${Boost_REGEX_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARIES}
|
||||
)
|
||||
endif(MSVC)
|
||||
|
||||
@ -93,6 +92,11 @@ if(MSVC)
|
||||
${CAIRO_LIBRARY}
|
||||
${GOBJECT_LIBRARY}
|
||||
)
|
||||
else(MSVC)
|
||||
set( game-external-libs
|
||||
${game-external-libs}
|
||||
${Boost_SYSTEM_LIBRARIES}
|
||||
)
|
||||
endif(MSVC)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user