nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

Fix Template Generation Include Paths #355

Closed LeStarch closed 11 months ago

LeStarch commented 11 months ago

When generating template include paths, the relative path to the header is based on the current working directory of the execution. However, this is inconsistent with other code generation where the include path is relative to the model file (symbol location).

This inconsistency should be fixed!