Commit Graph

6 Commits

Author SHA1 Message Date
cfe045acc3 CMake Migration
Moved the build system over to CMake. This build system right now
replicates the same functionality as our bash scripts from earlier. Will
need a lot of refactoring to be more complete, but for now we are fully
on CMake.
2024-02-04 19:13:13 -05:00
9854118958 Merge pull request 'Build Script Tweaks' (#2) from build-patch into main
Reviewed-on: #2
2024-02-04 18:52:04 +00:00
0f0ecf0307 Build Script Tweaks
Changed location of the /build directory to be in the root to make for
easier cleaning of project. Added in a clean-all.sh script as well to
clean everything.

Clean Script

Added in a way to clean the build environment as well.
2024-02-04 13:49:39 -05:00
31ba05fb8d Merge pull request 'First build system' (#1) from first-build into main
Reviewed-on: #1
2024-02-04 18:24:26 +00:00
3b48433ec9 First build system
First draft of a build system. This will run the hello function from our
library.
2024-02-04 13:17:57 -05:00
8d592c02c7 Initial commit 2024-02-04 14:20:49 +00:00