Strings Initial

This commit is contained in:
IlushaShurupov 2023-06-30 23:05:38 +03:00 committed by Ilya Shurupov
parent 2dff05d412
commit eae8852832
12 changed files with 1602 additions and 3 deletions

View file

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.2)
set(CMAKE_CXX_STANDARD 23)
project(Allocator)
project(Allocators)
### ---------------------- Static Library --------------------- ###
file(GLOB SOURCES "./private/*.cpp")