Ai
4 Star 0 Fork 0

狗熊/common-function-and-algorithm-SDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
小疯子 提交于 2024-03-14 11:14 +08:00 . 严格编译
cmake_minimum_required(VERSION 3.0)
project(common_function C)
set(HOME ${CMAKE_CURRENT_SOURCE_DIR})
set(SDK_NAME common)
set(COMPILE_LIST FALSE CACHE BOOL "是否编译list相关接口")
add_compile_options("-Wall" "-Werror")
add_subdirectory(src)
if(UNIT_TEST)
add_subdirectory(${HOME}/third/check)
add_subdirectory(${HOME}/test)
add_subdirectory(${HOME}/demos)
endif(UNIT_TEST)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/bear_114514/common-function-and-algorithm-sdk.git
git@gitee.com:bear_114514/common-function-and-algorithm-sdk.git
bear_114514
common-function-and-algorithm-sdk
common-function-and-algorithm-SDK
master

搜索帮助