mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 20:44:24 +00:00
Should be in the common libs variable.
This commit is contained in:
parent
370ec24ed7
commit
985d1a7042
@ -42,6 +42,10 @@ if(WIN32)
|
||||
set(common-external-libs ${common-external-libs} shlwapi.lib winmm.lib crypt32.lib)
|
||||
endif(WIN32)
|
||||
|
||||
if(APPLE)
|
||||
set(common-external-libs ${common-external-libs} ${IOKIT_LIBRARY} ${SECURITY_LIBRARY})
|
||||
endif(APPLE)
|
||||
|
||||
set(game-external-libs
|
||||
${common-external-libs}
|
||||
${SDL2_LIBRARY}
|
||||
@ -66,10 +70,6 @@ if(NOT WIN32)
|
||||
set(server-external-libs ${server-external-libs} -lpthread)
|
||||
endif(NOT WIN32)
|
||||
|
||||
if(APPLE)
|
||||
set(game-external-libs ${game-external-libs} ${IOKIT_LIBRARY} ${SECURITY_LIBRARY})
|
||||
endif(APPLE)
|
||||
|
||||
if(MINGW)
|
||||
set(server-external-libs ${server-external-libs} wsock32 ws2_32 shlwapi winmm)
|
||||
set(game-external-libs ${game-external-libs} wsock32 ws2_32 shlwapi winmm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user