summaryrefslogtreecommitdiff
path: root/src/plugins/script/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR used to be set).
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage ↵Sébastien Helleu
options This option is OFF by default and should be enabled only for tests, to measure test coverage.
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-03-31script: move default mouse keys for script plugin from core to script-mouse.cSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-02-12script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-09-17core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of ↵Sebastien Helleu
"gcrypt") (bug #37373)
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)