0 Star 0 Fork 18

wangjie/IvorySQL

forked from IvorySQL/IvorySQL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson.build 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
拂晓神剑 提交于 2025-06-05 16:13 +08:00 . IvorySQL:Update copyright
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
ora_fe_utils_sources = files(
'ora_string_utils.c',
)
ora_psqlscan = custom_target('ora_psqlscan',
input: 'ora_psqlscan.l',
output: 'ora_psqlscan.c',
command: [flex_cmd, '--no-backup', '--fix-warnings', '--', '-Cfe', '-p', '-p'],
)
generated_sources += ora_psqlscan
ora_fe_utils_sources += ora_psqlscan
ora_fe_utils = static_library('liborafeutils',
ora_fe_utils_sources + generated_headers,
c_pch: pch_postgres_fe_h,
include_directories: [postgres_inc, libpq_inc],
c_args: host_system == 'windows' ? ['-DFD_SETSIZE=1024'] : [],
dependencies: frontend_common_code,
kwargs: default_lib_args,
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Jugier/IvorySQL.git
git@gitee.com:Jugier/IvorySQL.git
Jugier
IvorySQL
IvorySQL
master

搜索帮助