From fdefe25fbd01bf0fc7c3af8bf05223730746b1e6 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Sun, 13 Sep 2015 15:11:45 -0400 Subject: [PATCH] Make netlist_reader.h a build dependency of the pcbcommon library. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 2b558c42e1..2d843cff0c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -388,6 +388,7 @@ add_custom_target( ) 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 make_lexer(