7 Star 19 Fork 3

Josin/phpdoc-parser

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
liqiongfan 提交于 2018-07-12 02:03 +08:00 . Add the extension
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
project(xannotation)
set(PHP_SOURCE /usr/include/php)
include_directories(${PHP_SOURCE})
include_directories(${PHP_SOURCE}/main)
include_directories(${PHP_SOURCE}/Zend)
include_directories(${PHP_SOURCE}/sapi)
include_directories(${PHP_SOURCE}/TSRM)
include_directories(~/xannotation)
add_executable(xannotation xannotation.c php_xannotation.h kernel/entries.c kernel/xan_class.c kernel/xan_class.h)
add_custom_target(makefile COMMAND make clean && /usr/local/php-7.1.15/bin/phpize && ./configure --with-php-config=/usr/local/php-7.1.15/bin/php-config && make && sudo make install WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/josinli/phpdoc-parser.git
git@gitee.com:josinli/phpdoc-parser.git
josinli
phpdoc-parser
phpdoc-parser
master

搜索帮助