Skip to content
Snippets Groups Projects
Commit 769a86be authored by Perttu Ahola's avatar Perttu Ahola
Browse files

more linker parameters

parent d90a183b
Branches
Tags
No related merge requests found
......@@ -16,6 +16,7 @@ if(UNIX)
endif(BUILD_CLIENT)
find_package(ZLIB REQUIRED)
set(PLATFORM_LIBS -lpthread)
set(CLIENT_PLATFORM_LIBS -lXxf86vm)
elseif(WIN32)
# Windows
# Surpress some warnings
......@@ -117,6 +118,7 @@ if(BUILD_CLIENT)
${X11_LIBRARIES}
jthread
${PLATFORM_LIBS}
${CLIENT_PLATFORM_LIBS}
)
endif(BUILD_CLIENT)
if(BUILD_SERVER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment