Streamlined project structure

This commit is contained in:
Leonetienne
2022-04-28 12:05:45 +02:00
parent 0fc8ea919d
commit 2f6a1b34b0
611 changed files with 57815 additions and 746 deletions

7
tmp/INCLUDE/generate.sh Executable file
View File

@@ -0,0 +1,7 @@
# Build the include files
echo "Building the include files..."
./deggl -i ../Hazelnupp/*.cpp --license-file ../license.txt -o Hazelnupp
# Verify that they compile cleanly
echo "Verifying that they compile"
g++ Hazelnupp.cpp -c -S -std=c++17 -o - -Wall -Wextra -Wpedantic > /dev/null