First commit
This commit is contained in:
commit
80a525dbdb
8 changed files with 172 additions and 0 deletions
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.31)
|
||||
project(file_read)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_library(file_read STATIC file_read.cpp
|
||||
file_deserialising.cpp
|
||||
file_deserialising.h
|
||||
buffer.cpp
|
||||
buffer.h)
|
Loading…
Add table
Add a link
Reference in a new issue