Initial Comit

This commit is contained in:
2025-08-10 11:35:20 -04:00
commit e2b653e51f
34 changed files with 3741 additions and 0 deletions

6
common/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.10.0)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/home/pi/Boneyard")
project(common VERSION 0.1.0 LANGUAGES C CXX)
add_library(common string.cpp fileio.cpp intel.cpp mmap.cpp)