ARG_ENABLE("protobuf", "whether to enable Protobuf extension", "no"); | |
if (PHP_PROTOBUF != "no") { | |
ADD_SOURCES(configure_module_dirname + "/third_party/utf8_range", "utf8_range.c", "PROTOBUF"); | |
ADD_FLAG("CFLAGS_PROTOBUF", "/I" + configure_module_dirname + "/third_party/utf8_range"); | |
EXTENSION("protobuf", "arena.c array.c convert.c def.c map.c message.c names.c print_options.c php-upb.c protobuf.c"); | |
} |