Merge remote-tracking branch 'origin/master' into tim/lifebar-coloring

This commit is contained in:
Tim Felgentreff 2019-03-31 13:23:14 +02:00
commit 1c9979f68b

View file

@ -845,6 +845,10 @@ if(BEOS)
set(stratagus_SRCS ${stratagus_SRCS} ${beos_SRCS})
endif()
if(HAIKU)
set(stratagus_LIBS ${stratagus_LIBS} -lnetwork)
endif()
# Stratagus needs to have char by default signed
# No idea how to tell this to other compilers
if(CMAKE_COMPILER_IS_GNUCXX)
@ -976,6 +980,8 @@ elseif(BSD)
message("Platform: BSD")
elseif(BEOS)
message("Platform: BEOS")
elseif(HAIKU)
message("Platform: Haiku")
elseif(LINUX)
message("Platform: Linux")
else()