Barely functional now (i think)
This commit is contained in:
parent
80a525dbdb
commit
92315413b2
7 changed files with 151 additions and 82 deletions
|
@ -3,8 +3,7 @@ project(file_read)
|
|||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_library(file_read STATIC file_read.cpp
|
||||
file_deserialising.cpp
|
||||
add_library(file_read STATIC
|
||||
file_deserialising.h
|
||||
buffer.cpp
|
||||
buffer.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue