X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCMakeLists.txt;h=6913762d1a6d8b8083f5b475f051121cc12994d1;hb=e38481b5d965c3736d2c8eda39b1a30bd125147b;hp=b2aaec5b5acdf4cb468d6d3243966fc6e69f3d39;hpb=b39007a5784e9dcbbae250bea4bca432f12244b9;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CMakeLists.txt b/src/HYDROCurveCreator/CMakeLists.txt index b2aaec5b..6913762d 100644 --- a/src/HYDROCurveCreator/CMakeLists.txt +++ b/src/HYDROCurveCreator/CMakeLists.txt @@ -58,9 +58,11 @@ IF(SALOME_BUILD_GUI) # header files / to be processed by moc SET(_moc_HEADERS CurveCreator_NewSectionDlg.h + CurveCreator_TableView.h CurveCreator_TreeView.h # CurveCreator_UndoOptsDlg.h CurveCreator_Widget.h + OCCViewer_ViewWidget.h ) ENDIF(SALOME_BUILD_GUI) @@ -99,9 +101,11 @@ SET(_other_SOURCES IF(SALOME_BUILD_GUI) LIST(APPEND _other_SOURCES CurveCreator_NewSectionDlg.cxx + CurveCreator_TableView.cxx CurveCreator_TreeView.cxx # CurveCreator_UndoOptsDlg.cxx CurveCreator_Widget.cxx + OCCViewer_ViewWidget.cxx ) ENDIF(SALOME_BUILD_GUI)