change location of project to CPP and add to GIT

This commit is contained in:
2025-08-10 11:56:45 -04:00
parent 575ae6bb56
commit 5ab71972cc
3 changed files with 10 additions and 3 deletions

View File

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