summaryrefslogtreecommitdiff
path: root/src/plugins/php/CMakeLists.txt
AgeCommit message (Collapse)Author
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu
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.
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2017-10-14build: fix PHP library used to compile PHP plugin (closes #1078)Sébastien Helleu
This was causing a dependency missing in debian packaging.
2017-09-03php: new php pluginAdam Saponara
This plugin requires PHP >= 7.0.