Build fixes (for mathgl2)
This commit is contained in:
parent
7b05dc2a13
commit
9dc681b198
|
@ -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,5 +1,4 @@
|
|||
#include "sim_plot_panel.h"
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
static SIM_PLOT_PANEL *panel = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue