projects
/
kicad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8054351
)
Add missing dependency github_plugin -> pcbcommon
author
Simon Richter
<Simon.Richter@hogyros.de>
Thu, 5 May 2016 08:01:38 +0000
(10:01 +0200)
committer
Carsten 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
patch
|
blob
|
history
diff --git
a/pcbnew/CMakeLists.txt
b/pcbnew/CMakeLists.txt
index a0454bec9cbb422dbf1d1843257cd99ff9883c1a..4fe1978e55b12e5fcf556d2f79363af3e79fb7e0 100644
(file)
--- a/
pcbnew/CMakeLists.txt
+++ b/
pcbnew/CMakeLists.txt
@@
-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()