kicad/pcbnew/specctra_import_export
Simon Richter c8c3e1f96a Fix build order for generated headers and sources
This changes make_lexer() so that it no longer generates a custom target
but instead attaches the generated files to an existing one (so the first
argument now is the name of an existing library or executable, and it needs
to come after the add_library/add_executable call).

The generated source is no longer listed in the project sources, as it is
added by the function. The files are generated in the build tree rather
than the source tree, and the directory is added to the include path for
the respective project as well as exported to projects linking against it.

Generated files in subdirectories are somewhat supported, but need to be
referenced with the same name as they were generated (i.e. including the
subdirectory name).

Fixes: lp:1831643
* https://bugs.launchpad.net/kicad/+bug/1831643

Fixes: lp:1832357
* https://bugs.launchpad.net/kicad/+bug/1832357

Fixes: lp:1833851
* https://bugs.launchpad.net/kicad/+bug/1833851
2019-07-03 09:36:40 -04:00
..
specctra.cpp move specctra. files in a specific folder specctra_import_export 2018-01-29 18:09:18 +01:00
specctra.h Fix build order for generated headers and sources 2019-07-03 09:36:40 -04:00
specctra.keywords move specctra. files in a specific folder specctra_import_export 2018-01-29 18:09:18 +01:00
specctra_export.cpp ACTION-ize fab outputs. 2019-06-04 22:31:42 +01:00
specctra_import.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
specctra_test.cpp move specctra. files in a specific folder specctra_import_export 2018-01-29 18:09:18 +01:00