CMake and README updated
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
|||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 4.2.2)
|
||||||
project(c0ding)
|
project(c0ding)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 20)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
set(CMAKE_CXX_STANDARD 23)
|
||||||
|
|
||||||
file(GLOB_RECURSE SOURCES src/*.cpp)
|
file(GLOB_RECURSE SOURCES src/*.cpp)
|
||||||
|
|
||||||
|
|||||||
@@ -5,10 +5,11 @@
|
|||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- build tool:
|
- build tool:
|
||||||
- `cmake >= 3.15.0`
|
- `cmake >= 4.2.2`
|
||||||
- compiler:
|
- compiler:
|
||||||
- `gcc >= 9.2.0`
|
- `gcc >= 9.2.0`
|
||||||
- `clang >= 9.0.0`
|
- `clang >= 9.0.0`
|
||||||
|
- `x86_64-mcf-seh-rev1 >= 15.2.0`
|
||||||
|
|
||||||
### Current features
|
### Current features
|
||||||
|
|
||||||
@@ -25,9 +26,9 @@
|
|||||||
- `c0ding::algorithm::sort` algorithms (only partially done)
|
- `c0ding::algorithm::sort` algorithms (only partially done)
|
||||||
- `c0ding::algorithm::quick` sort algorithm
|
- `c0ding::algorithm::quick` sort algorithm
|
||||||
|
|
||||||
### Currently planned features
|
### Current planned features
|
||||||
|
|
||||||
- `c0ding::networking` library (based on `boost::asio`)
|
- `c0ding::networking` library (based on `std::asio`)
|
||||||
- `c0ding::algorithm` library
|
- `c0ding::algorithm` library
|
||||||
- `c0ding::algorithm::sort` algorithms
|
- `c0ding::algorithm::sort` algorithms
|
||||||
- `c0ding::algorithm::heap` sort algorithm
|
- `c0ding::algorithm::heap` sort algorithm
|
||||||
|
|||||||
Reference in New Issue
Block a user