← Back to team overview

kicad-developers team mailing list archive

[PATCH] Add missing dependency pcbcommon -> fp_lib_table_lexer.h

 

---
 common/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 79b5dbc..78ef209 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -484,6 +484,7 @@ add_custom_target(
     )
 
 add_dependencies( common fp_lib_table_lexer_source_files )
+add_dependencies( pcbcommon fp_lib_table_lexer_source_files )
 
 # auto-generate page layout reader s-expression page_layout_reader_lexer.h
 # and title_block_reader_keywords.cpp.

Follow ups