kicad/qa/eeschema
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
..
data qa: Moving eeschema qa to main qa folder 2019-01-09 21:43:23 -08:00
CMakeLists.txt Fix build order for generated headers and sources 2019-07-03 09:36:40 -04:00
eeschema_test_utils.cpp Add missing header to qa 2019-04-08 12:33:49 -07:00
eeschema_test_utils.h QA: Eagle test: look up test data in the source tree 2019-04-02 18:26:33 +01:00
lib_field_test_utils.h Reinstate "QA: Tweak boost print helper macro"" 2019-05-24 13:23:51 +01:00
mocks_eeschema.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_eagle_plugin.cpp QA: Use own unit test headers for eagle test 2019-04-02 23:32:00 +01:00
test_lib_part.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_module.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_sch_pin.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_sch_sheet.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_sch_sheet_path.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
timestamp_test_utils.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
timestamp_test_utils.h QA eeschema: add some tests 2019-05-23 11:29:28 +01:00