Browse Source

Build fixes (for mathgl2)

pull/3/merge
Maciej Suminski 9 years ago
parent
commit
9dc681b198
  1. 2
      eeschema/CMakeLists.txt
  2. 1
      eeschema/sim/sim_plot_panel.cpp

2
eeschema/CMakeLists.txt

@ -249,7 +249,7 @@ set_source_files_properties( ../common/single_top.cpp PROPERTIES
)
#if (KICAD_SPICE)
set ( EESCHEMA_LINK_LIBS ${wxWidgets_LIBRARIES} mgl-wx mgl mgl-wx)
set ( EESCHEMA_LINK_LIBS ${wxWidgets_LIBRARIES} mgl2 mgl2-wx)
#else()
# set ( EESCHEMA_LINK_LIBS ${wxWidgets_LIBRARIES} )
#endif()

1
eeschema/sim/sim_plot_panel.cpp

@ -1,5 +1,4 @@
#include "sim_plot_panel.h"
#include <boost/foreach.hpp>
static SIM_PLOT_PANEL *panel = NULL;

Loading…
Cancel
Save