1 Star 0 Fork 0

lwmzzz / data_structure

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
liweimin 提交于 2021-07-15 17:26 . :art:二叉树
cmake_minimum_required(VERSION 3.19)
project(data_structure C)
set(CMAKE_C_STANDARD 99)
include_directories(/header/linear_list)
file(GLOB ALLHEADERS ${CMAKE_CURRENT_SOURCE_DIR}/*/*.h)
add_executable(stack_test test/stack_test.c)
add_executable(sequence_test test/linear_list_sequence_test.c)
add_executable(link_test test/linear_list_link_test.c)
add_executable(conversion test/conversion.c)
add_executable(maze test/maze.c)
add_executable(expression test/expression.c)
add_executable(hanio test/hanio.c)
add_executable(queue test/queue_test.c)
add_executable(circular_queue test/circular_queue_test.c)
add_executable(mian test/mian.c)
add_executable(string test/string_test.c)
add_executable(pattern_match test/pattern_match.c)
add_executable(tree test/tree.c)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lwmzzz/data_structure.git
git@gitee.com:lwmzzz/data_structure.git
lwmzzz
data_structure
data_structure
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891