5e705347bb
If you use add_custom_command to generate the grammar file, it can be removed by "make clean". This then means the user will need to get it back from Git, or regenerate it with Lemon. Changing to add_custom_command removes the output file from the clean list. The incantation to rebuild the grammar remains the same: "make libeval_grammar", and it is still not required to have lemon installed for a normal build. Fixes: lp:1809610 * https://bugs.launchpad.net/kicad/+bug/1809610 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
grammar.c | ||
grammar.h | ||
grammar.lemon | ||
numeric_evaluator.cpp |