Make netlist_reader.h a build dependency of the pcbcommon library.
This commit is contained in:
parent
c890abe08a
commit
fdefe25fbd
|
@ -388,6 +388,7 @@ add_custom_target(
|
||||||
)
|
)
|
||||||
|
|
||||||
add_dependencies( common netlist_lexer_source_files )
|
add_dependencies( common netlist_lexer_source_files )
|
||||||
|
add_dependencies( pcbcommon netlist_lexer_source_files )
|
||||||
|
|
||||||
# auto-generate pcb_plot_params_lexer.h and pcb_plot_params_keywords.cpp
|
# auto-generate pcb_plot_params_lexer.h and pcb_plot_params_keywords.cpp
|
||||||
make_lexer(
|
make_lexer(
|
||||||
|
|
Loading…
Reference in New Issue