Build fixes (for mathgl2)

This commit is contained in:
Maciej Suminski 2016-08-11 14:41:04 +02:00
parent 7b05dc2a13
commit 9dc681b198
2 changed files with 1 additions and 2 deletions

View File

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

View File

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