From a95e0d18762c8182a3c2ba074b5961d5c00a90a4 Mon Sep 17 00:00:00 2001 From: miqlas Date: Mon, 30 Oct 2017 08:17:43 +0100 Subject: Initial Haiku support (#6568) * Iitial Haiku support --- src/network/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/network') diff --git a/src/network/CMakeLists.txt b/src/network/CMakeLists.txt index dedca9f2b..c6995ab22 100644 --- a/src/network/CMakeLists.txt +++ b/src/network/CMakeLists.txt @@ -17,3 +17,7 @@ if (BUILD_CLIENT) ) endif() +# Haiku networking support +if(HAIKU) + set(PLATFORM_LIBS -lnetwork ${PLATFORM_LIBS}) +endif() -- cgit v1.2.3