summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)Author
2008-07-07Fix build witch cmake 2.6 when the new cmake_policy is usedJulien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-07-07Fix build with cmake: quotes missing around versionSebastien Helleu
2008-07-04 Fix some warnings with cmake 2.6Julien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-10-31Modified general configure and makefilesSebastien Helleu
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
Build of src/protocols/lib_weechat_protocols.a was added. IRC protocol is now optional in configure and cmake builds.
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-08-31Changed order of compilation for source directories with cmakeSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-06-12Search for Dl library if we do not disable pluginsJulien Louis
2007-06-11Explicitly link against libdlJulien Louis
2007-06-11Add a check for utf8/wchar.h header on OpenBSD plateformJulien Louis
and remove commented check
2007-05-26Fix libintl.h issue on FreeBSDJulien Louis
2007-05-21Added cmake for weechat compileSebastien Helleu