Add missing dependency github_plugin -> pcbcommon.
This commit is contained in:
parent
961fe1abe8
commit
080d7f1024
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue