mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
more linker parameters
This commit is contained in:
parent
d90a183b01
commit
769a86be19
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user