ADD_LIBRARY(bbsKernelEditorGraphic
${bbsKernelEditorGraphic_CXX_SOURCES}
${bbsKernelEditorGraphic_H_SOURCES} )
+
+TARGET_LINK_LIBRARIES( bbsKernelEditorGraphic ${VTK_LIBRARIES} )
ADD_LIBRARY(bbsVtkGUIEditorGraphic
${bbsVtkGUIEditorGraphic_CXX_SOURCES}
${bbsVtkGUIEditorGraphic_H_SOURCES} )
+
+TARGET_LINK_LIBRARIES( bbsVtkGUIEditorGraphic ${VTK_LIBRARIES} )
INCLUDE_DIRECTORIES(../../../data/icons)
-ADD_LIBRARY(bbsWxGUIEditorGraphic
+ADD_LIBRARY( bbsWxGUIEditorGraphic
${bbsWxGUIEditorGraphic_CXX_SOURCES}
${bbsWxGUIEditorGraphic_H_SOURCES} )
+
+TARGET_LINK_LIBRARIES( bbsWxGUIEditorGraphic ${VTK_LIBRARIES} )
//=========================================================================
- void wxGEditorTabPanel::loadDiagram(ifstream &inputStream, const std::string &path) //DFCH
+ void wxGEditorTabPanel::loadDiagram(std::ifstream &inputStream, const std::string &path) //DFCH
{
this->SetFullPath(path);
stringstream ss;
void saveTempandUpdate(const std::string &);
// Load BBG diagram
- void loadDiagram(ifstream &inputStream, const std::string &path); //DFCH
+ void loadDiagram(std::ifstream &inputStream, const std::string &path); //DFCH
void saveStringAction(const std::string &action);