Added include-directory for single header deployments

This commit is contained in:
Leonetienne 2022-01-20 22:25:12 +01:00
parent 094c007564
commit 131a2239b3
2 changed files with 8 additions and 0 deletions

BIN
INCLUDE/deggl Normal file

Binary file not shown.

8
INCLUDE/generate.sh Normal file
View File

@ -0,0 +1,8 @@
# Build the include files
echo "Building the include files..."
deggl -i ../Eule/*.cpp -o Eule
# Verify that they compile cleanly
echo "Verifying that they compile"
g++ Eule.cpp -c -S -o - -Wall -Wextra -Wpedantic > /dev/null