projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a9e7d
)
Works for debian and a few other distributions but fails for even more so back to...
author
sapier
<Sapier at GMX dot net>
Sat, 24 May 2014 23:14:47 +0000
(
01:14
+0200)
committer
sapier
<Sapier at GMX dot net>
Sat, 24 May 2014 23:14:47 +0000
(
01:14
+0200)
Revert "Fix library link order"
This reverts commit
b743dcb942eb1a88bce2968c08b114058738758b
.
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 9aca174fdfee8b2b0eb27e4e2770535e8288fa46..0992ea17646fcc6b0bc92eab9fa1eb1589b7b6fc 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-516,18
+516,18
@@
if(BUILD_CLIENT)
target_link_libraries(
${PROJECT_NAME}
${ZLIB_LIBRARIES}
- ${
X11_LIBRARIES
}
+ ${
IRRLICHT_LIBRARY
}
${OPENGL_LIBRARIES}
- ${OPENGLES2_LIBRARIES}
${JPEG_LIBRARIES}
${BZIP2_LIBRARIES}
${PNG_LIBRARIES}
- ${
IRRLICHT_LIBRARY
}
+ ${
X11_LIBRARIES
}
${GETTEXT_LIBRARY}
${SOUND_LIBRARIES}
${SQLITE3_LIBRARY}
${LUA_LIBRARY}
- ${JSON_LIBRARY}
+ ${JSON_LIBRARY}
+ ${OPENGLES2_LIBRARIES}
${PLATFORM_LIBS}
${CLIENT_PLATFORM_LIBS}
)