Added driver and fixed it

This commit is contained in:
2024-09-18 16:41:44 +02:00
parent 0bc6743adf
commit 55826ea759
12 changed files with 1405 additions and 1 deletions

33
src/C++/Driver/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
CMakeFiles/*
build/obj/*