Improved build system scripts, cleaned up code, added experimental Dockerfile

This commit is contained in:
2023-12-07 22:12:45 +02:00
parent ff3388e795
commit ce920541a2
8 changed files with 74 additions and 27 deletions

9
.dockerignore Normal file
View File

@ -0,0 +1,9 @@
# CMake
cmake-build-debug/
cmake-build-release/
# Dockerfile (in order to allow changes without rebuilding)
Dockerfile
# Test folder
test/