mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
more linker parameters
This commit is contained in:
parent
d90a183b01
commit
769a86be19
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue