Add missing dependency github_plugin -> pcbcommon
authorSimon Richter <Simon.Richter@hogyros.de>
Thu, 5 May 2016 08:01:38 +0000 (10:01 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 25 Jan 2017 21:38:35 +0000 (21:38 +0000)
The GitHub plugin needs the generated PCB parser code.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Add-missing-dependency-github_plugin-pcbcommon.patch

pcbnew/CMakeLists.txt

index a0454bec9cbb422dbf1d1843257cd99ff9883c1a..4fe1978e55b12e5fcf556d2f79363af3e79fb7e0 100644 (file)
@@ -538,6 +538,8 @@ add_subdirectory( pcad2kicadpcb_plugin )
 if( BUILD_GITHUB_PLUGIN )
     add_subdirectory( github )
     add_dependencies( github_plugin lib-dependencies )
+    # github_plugin depends on make_lexer outputs in common
+    add_dependencies( github_plugin pcbcommon )
 endif()