Add missing dependency github_plugin -> pcbcommon.

This commit is contained in:
Simon Richter 2016-06-07 21:38:58 -04:00 committed by Wayne Stambaugh
parent 961fe1abe8
commit 080d7f1024
1 changed files with 2 additions and 0 deletions

View File

@ -534,6 +534,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()