summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2008-03-05Added file FindPkgConfig.cmake (for old cmake versions)Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-08-18Add uninstall and dist targets to the cmake build system.Julien Louis
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-06-11Fix Gettext detection and code cleanup.Julien Louis
2007-06-11re-introduce ELSEIF check since it breaks libintl check on other plateforms.Julien Louis
2007-06-11check for dgettext function in libintl on non openbsd platformsJulien Louis
2007-06-11Fix Typo in FindGettext.cmakeJulien Louis
2007-06-11Fix libintl detection on openbsdJulien Louis
2007-06-11The lua library on openbsd is named liblua so we check now for libluaJulien Louis
2007-05-26Fix libintl.h issue on FreeBSDJulien Louis
2007-05-21Fix ncurses detection.Julien Louis
We now provide a FindNcurses.cmake to find the library used and we define the right cpp variable when we compile the curses gui. Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2007-05-21Added cmake for weechat compileSebastien Helleu