Strings Initial
This commit is contained in:
parent
2dff05d412
commit
eae8852832
12 changed files with 1602 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue