ConfigGenerator stuff

This commit is contained in:
2019-04-25 15:55:19 +02:00
parent e3a2edd94d
commit 04245e112c
5 changed files with 239 additions and 0 deletions

12
ConfigGenerator/configGen.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
export PROJECTDIR=$PWD/..
export PYTHONPATH=$PYTHONPATH:$PROJECTDIR
python -B configGen.py
mv configuration.cpp configuration.h $PROJECTDIR