fix CMakeLists.txt and add build dir to gitignore

This commit is contained in:
2025-04-07 02:20:13 -07:00
parent df429f0042
commit 6dcbfd5683
2 changed files with 20 additions and 7 deletions

6
.gitignore vendored
View File

@@ -65,3 +65,9 @@ CMakeLists.txt
.github/
*.patch
/build
build
./build
build/
build/**