1 Star 0 Fork 2

Hic/ex2

forked from AdvOSExperGroup/ex2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hic 提交于 2021-03-19 14:49 . 修改生成脚本
#参考
#https://blog.csdn.net/ihtml5/article/details/92159496
#https://blog.csdn.net/hustpzb/article/details/8649545
#https://www.jianshu.com/p/f290829e42f8
cmake_minimum_required(VERSION 3.0)
project(mycp)
aux_source_directory(. DIR)
#set(CMAKE_C_STANDARD_REQUIRED off)
set(CMAKE_C_STANDARD 11)
set(CMAKE_BUILD_TYPE Debug)
include_directories(apue/include)
link_directories(apue/lib)
link_libraries(apue)
add_executable(${PROJECT_NAME} ${DIR})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hic_0757/ex2.git
git@gitee.com:hic_0757/ex2.git
hic_0757
ex2
ex2
master

搜索帮助