corregits cmake i makefile

This commit is contained in:
2025-10-25 11:31:32 +02:00
parent 992dc2c942
commit f86da327ff
3 changed files with 295 additions and 132 deletions

10
.gitignore vendored
View File

@@ -5,7 +5,6 @@
/CMakeFiles/
/CMakeCache.txt
/cmake_install.cmake
/Makefile
/*.cmake
/*.obj
/*.o
@@ -20,7 +19,7 @@
# Generated by CMake/IDE
/compile_commands.json
/.ninja*
/.ninja*
/_deps/
/install_manifest.txt
@@ -29,9 +28,16 @@ third_party/**/build/
third_party/**/CMakeFiles/
third_party/**/CMakeCache.txt
# Release artifacts
shadertoy_release/
*.zip
*.tar.gz
*.dmg
# IDEs and editors
.vscode/
.idea/
.claude/
*.suo
*.user
*.userprefs