Added include-directory for single header deployments
This commit is contained in:
parent
094c007564
commit
131a2239b3
BIN
INCLUDE/deggl
Normal file
BIN
INCLUDE/deggl
Normal file
Binary file not shown.
8
INCLUDE/generate.sh
Normal file
8
INCLUDE/generate.sh
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user