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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -52,5 +52,5 @@ Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# Ignore /bin directory
|
||||
/bin
|
||||
# Ignore /build directory from cmake
|
||||
build/
|
||||
|
||||
Reference in New Issue
Block a user