1 Star 0 Fork 76

scmysxb / CM

forked from openGauss / CM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘博文 提交于 2022-11-07 15:24 . 1030 CM patch
cmake_minimum_required(VERSION 3.14.1)
project(CM)
set(OPENCM_PROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})
set(DEFAULT_3RD_PATH ${OPENCM_PROJECT_SOURCE_DIR}/binarylibs)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/build/cmake)
include(tools)
include(build_options)
include(set_thirdparty_path)
include(set_build_options)
not_support(ENABLE_MULTIPLE_NODES)
not_support(ENABLE_PRIVATEGAUSS)
not_support(ENABLE_HOTPATCH)
include(build_config)
add_subdirectory(src/cm_persist)
include_directories(${COMM_INC})
add_subdirectory(src)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/scmysxb/CM.git
git@gitee.com:scmysxb/CM.git
scmysxb
CM
CM
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891