1 Star 0 Fork 0

cppp-project/build-aux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
ChenPi12 提交于 2023-06-29 23:11 . Replace 'COPING.LIB' to 'COPYING'.
# Copyright (C) 2023 The C++ Plus Project.
# This file is part of the build-aux Library.
#
# The build-aux Library is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# The build-aux Library is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with the build-aux Library; see the file COPYING.LIB.
# If not, see <https://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.1)
project(build-aux LANGUAGES C CXX
VERSION 1.0.0
DESCRIPTION "C++ Plus build-aux package"
HOMEPAGE_URL "https://github.com/cppp-project/build-aux" )
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/cppp.cmake")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cppp-project/build-aux.git
git@gitee.com:cppp-project/build-aux.git
cppp-project
build-aux
build-aux
main

搜索帮助