kicad/kicad-2011.07.12-fix-linking.patch

10 lines
269 B
Diff

--- common/CMakeLists.txt.orig 2011-06-17 18:15:55.000000000 +0200
+++ common/CMakeLists.txt 2011-07-12 19:26:20.000000000 +0200
@@ -67,6 +67,7 @@
wxwineda.cpp
xnode.cpp
zoom.cpp
+ ../pcbnew/class_drc_item.cpp
)
add_library(common ${COMMON_SRCS})