Add missing build dependency.

The generated lib_table_lexer.h file is required to build the pcbcommon
static library.
This commit is contained in:
Simon Richter 2016-11-21 07:38:15 -05:00 committed by Wayne Stambaugh
parent 308dc0e46a
commit f7cc0a9334
1 changed files with 1 additions and 0 deletions

View File

@ -484,6 +484,7 @@ add_custom_target(
)
add_dependencies( common lib_table_lexer_source_files )
add_dependencies( pcbcommon lib_table_lexer_source_files )
# auto-generate page layout reader s-expression page_layout_reader_lexer.h
# and title_block_reader_keywords.cpp.