← Back to team overview

kicad-developers team mailing list archive

[PATCH v2 0/1] Fix ordering for generated lexers

 

Hi,

since I haven't heard any negative reports since yesterday, I believe this
is either a complete fix or at least a significant improvement, so it's
ready for inclusion.

   Simon

Simon Richter (1):
  Fix build order for generated headers and sources

 CMakeModules/Functions.cmake              | 27 ++++--------
 CMakeModules/TokenList2DsnLexer.cmake     |  2 +-
 common/CMakeLists.txt                     | 73 +++++++++----------------------
 common/page_layout/page_layout_reader.cpp |  2 +-
 common/page_layout/ws_data_model_io.cpp   |  2 +-
 eeschema/CMakeLists.txt                   | 52 ++++++++++------------
 eeschema/dialogs/dialog_bom.cpp           |  2 +-
 new/CMakeLists.txt                        | 26 +++++------
 pcb_calculator/CMakeLists.txt             | 14 ++----
 pcbnew/CMakeLists.txt                     | 33 ++++++--------
 pcbnew/specctra_import_export/specctra.h  |  2 +-
 qa/eeschema/CMakeLists.txt                |  5 +--
 12 files changed, 89 insertions(+), 151 deletions(-)

-- 
2.11.0


Follow ups

References