# 10. cmake needs this line
cmake_minimum_required(VERSION 3.22)
# 20. cmake nees this line
# define project name
project(__pleace_and_love__)
# 30. add "src" path
aux_source_directory(./src DIR_SRCS)
# 40. add "include" path
include_directories(./include)
# 50. add sub config
# 60. add sys link lib
#link_libraries(xxxx pthread)
# 90. target name
add_executable(main ${DIR_SRCS})
# add link lib
#target_link_libraries(main xxxxx)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
camke 生成 Makefile 的完整demo工程,包含一个CMakeLists.txt的配置文件、生成cmake工程文件的shell脚本、一个实际的源码历程。 参考文章如下:https://blog.csdn.net/yujianliam/article/details/125368424 文件的源码也放在文章中了,没有必要下载这份文件,我自己用来的,图省事。
资源详情
资源评论
资源推荐
收起资源包目录
cmake_to_makefile.tar.gz (5个子文件)
cmake_to_makefile
source
CMakeLists.txt 442B
include
common.h 109B
src
main.c 90B
common.c 122B
create_makefile.sh 681B
共 5 条
- 1
过得精彩
- 粉丝: 116
- 资源: 12
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0