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.
This commit is contained in:
2024-02-04 19:13:13 -05:00
parent 9854118958
commit cfe045acc3
6 changed files with 12 additions and 79 deletions

4
.gitignore vendored
View File

@@ -52,5 +52,5 @@ Module.symvers
Mkfile.old
dkms.conf
# Ignore /bin directory
/bin
# Ignore /build directory from cmake
build/