changed project structure
Also made functions return result to know how the read went Also made the file derserializer work more efficiently
This commit is contained in:
parent
d161e31e63
commit
ceb65deca8
7 changed files with 75 additions and 31 deletions
|
@ -4,7 +4,7 @@ project(file_read)
|
|||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_library(file_read STATIC
|
||||
file_deserialising.h
|
||||
buffer.cpp
|
||||
buffer.h
|
||||
file_read.h)
|
||||
src/file_deserialising.h
|
||||
src/buffer.cpp
|
||||
src/buffer.h
|
||||
src/file_read.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue