summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Collapse)AuthorFilesLines
2024-04-20CMake: Use FindIntlThorbjørn Lindeijer1-46/+0
FindIntl was added with CMake 3.2 and can be used to find the Gettext libintl headers and libraries. I've removed special handling of Solaris, which explicitly added linking to 'intl' and added '/usr/local/lib' include path. It can be easily restored if necessary, once somebody tries to compile Mana on Solaris.
2024-02-05Require PhysFS 3.0Thorbjørn Lindeijer1-39/+0
It seems the implementation of PhysicsFS RWops shipped requires a somewhat up-to-date PhysFS (beyond just a missing PHYSFS_DECL macro). Also simplified CMake files somewhat, enabling new behavior for some policies that were triggering warnings. And removed the no longer used FindSDL_gfx.cmake module (SDL_gfx is found using pkg-config since 2c51c98625b225cecfb9628c30d62d4e30f7e3e1).
2010-05-27Added pseudo-check for the Guichan minimal required version: 0.8.0.Yohann Ferreira1-0/+7
The guichan/widgetlistener.hpp file presence is now checked for both autotools and cmake. This resolves TMW-Mantis: #503 Reviewed-by: Jaxad0127
2010-03-18Remove special handling of Darwin, adjust indentationBernd Wachter1-29/+16
- Removed grossly broken special handling of Darwin. On a sane OS-X install (in case something like this exists) it should just work without special treatment. On an insane install the old state surely wasn't any help. - Adjusted indent (spaces instead of tabs) and syntax (shorter if/else) to match the one used throughout the other CMake files Reviewed-by: Thorbjørn Lindeijer
2010-02-01Fix header search for SDL_gfx/CMakeBernd Wachter1-1/+1
2010-02-01Moved from SDLrescalefacility to SDL_gfx.Bertram1-0/+39
2010-01-23Link explicitely to libintl on Win32 buildsBernd Wachter1-0/+46
2009-04-06Fixed enet search macro for WindowsBernd Wachter1-9/+20
2008-02-28Work in Progress commit of guilds.David Athay1-6/+15
2007-07-29Switch to upstream CMake modules for libxml2 and curl.Björn Steinbrink2-100/+0
2007-04-22Fixed ENet status always being set to found in CMake.Björn Steinbrink1-1/+1
2006-11-01Added CMake supportBjörn Steinbrink4-0/+238