1 Star 0 Fork 4

蒯卓/cmake-template

forked from xiyoufang/cmake-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiyoufang 提交于 2020-06-03 21:05 . cmake template
cmake_minimum_required(VERSION 3.16)
project(template)
set(CMAKE_CXX_STANDARD 14)
# 设置安装目录
set(CMAKE_INSTALL_PREFIX ${PROJECT_SOURCE_DIR}/dist)
# 设置库输出目录
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
# 设置可执行文件输出目录
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
# 添加子目录
add_subdirectory(add)
add_subdirectory(sub)
add_subdirectory(example)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/kuai-zhuo/cmake-template.git
git@gitee.com:kuai-zhuo/cmake-template.git
kuai-zhuo
cmake-template
cmake-template
master

搜索帮助