parent
f262321864
commit
b4e612239e
1 changed files with 4 additions and 2 deletions
|
@ -283,9 +283,9 @@ add_library(wesnoth-game ${LIBRARY_TYPE} EXCLUDE_FROM_ALL ${libwesnoth-game_STAT
|
|||
########### Wesnoth ###############
|
||||
|
||||
if(ENABLE_GAME)
|
||||
add_executable(wesnoth WIN32 wesnoth.cpp)
|
||||
|
||||
if(NOT APPLE)
|
||||
add_executable(wesnoth WIN32 wesnoth.cpp)
|
||||
|
||||
set(static-libs -Wl,--start-group
|
||||
wesnoth-client
|
||||
lua
|
||||
|
@ -296,6 +296,8 @@ if(ENABLE_GAME)
|
|||
wesnoth-client
|
||||
-Wl,--end-group)
|
||||
else()
|
||||
add_executable(wesnoth WIN32 wesnoth.cpp macosx/SDLMain.mm)
|
||||
|
||||
set(static-libs wesnoth-client
|
||||
lua
|
||||
wesnoth-core
|
||||
|
|
Loading…
Add table
Reference in a new issue