File tree Expand file tree Collapse file tree 4 files changed +2
-19
lines changed Expand file tree Collapse file tree 4 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 1- # Copyright (C) 2024 The C++ Plus Project.
2- # This file is part of the cppp-platform library.
3- #
4- # The cppp-platform library is free software; you can redistribute it
5- # and/or modify it under the terms of the The Unlicense as published
6- # by the unlicense.org
7- #
8- # The cppp-platform library is distributed in the hope that it will be
9- # useful, but WITHOUT ANY WARRANTY; without even the implied warranty
10- # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the The
11- # Unlicense for more details.
12- #
13- # You should have received a copy of the The Unlicense along with the
14- # cppp-platform library; see the file COPYING.
15- # If not, see <http://unlicense.org/>.
16-
171cmake_minimum_required (VERSION 3.10)
182project (cppp-platform VERSION 1.3.0)
193
File renamed without changes.
Original file line number Diff line number Diff line change 11# Introduction
2- cppp-platform is a portable platform check library for C++ Plus .
2+ cppp-platform is a portable platform check library for C+++ .
33
44# Build
55## Dependence
6- + CMake (version >= 3.12 )
6+ + CMake (version >= 3.10 )
77
88## Command
99``` shell
Original file line number Diff line number Diff line change 11/**
22 * @file cppp/cppp-platform.h
33 * @author ChenPi11
4- * @copyright Copyright (C) 2024 The C++ Plus Project
54 * @brief C++ Plus platform predefined detection.
65 * @version @PROJECT_VERSION@
76 * @see https://github.com/cpredef/predef
You can’t perform that action at this time.
0 commit comments