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).
---
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 | 47 ++++++++------------
eeschema/dialogs/dialog_bom.cpp | 2 +-
new/CMakeLists.txt | 26 +++++------
pcb_calculator/CMakeLists.txt | 14 ++----
pcbnew/CMakeLists.txt | 27 ++++--------
pcbnew/specctra_import_export/specctra.h | 2 +-
qa/eeschema/CMakeLists.txt | 5 +--
12 files changed, 79 insertions(+), 150 deletions(-)
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp