X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCMakeLists.txt;h=1914ee4c8bdba39cd9ab8e05172080ee128fccfa;hb=8edd427af3997521bda72ca3c416cc1d490565d5;hp=6913762d1a6d8b8083f5b475f051121cc12994d1;hpb=5fe1363aa15df25d1df7d154dec6e13471274145;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CMakeLists.txt b/src/HYDROCurveCreator/CMakeLists.txt index 6913762d..1914ee4c 100644 --- a/src/HYDROCurveCreator/CMakeLists.txt +++ b/src/HYDROCurveCreator/CMakeLists.txt @@ -62,7 +62,7 @@ IF(SALOME_BUILD_GUI) CurveCreator_TreeView.h # CurveCreator_UndoOptsDlg.h CurveCreator_Widget.h - OCCViewer_ViewWidget.h + OCCViewer_Utilities.h ) ENDIF(SALOME_BUILD_GUI) @@ -70,6 +70,7 @@ ENDIF(SALOME_BUILD_GUI) SET(_other_HEADERS CurveCreator.hxx CurveCreator_Displayer.h + CurveCreator_AISCurve.hxx CurveCreator_Curve.hxx CurveCreator_Diff.hxx CurveCreator_ICurve.hxx @@ -77,7 +78,9 @@ SET(_other_HEADERS CurveCreator_Operation.hxx CurveCreator_Section.hxx CurveCreator_Utils.h + CurveCreator_UtilsICurve.hxx CurveCreator_PosPoint.hxx + CurveCreator_Profile.hxx ) # header files / to install @@ -93,10 +96,13 @@ ENDIF(SALOME_BUILD_GUI) # sources / static SET(_other_SOURCES CurveCreator_Displayer.cxx + CurveCreator_AISCurve.cxx CurveCreator_Curve.cxx CurveCreator_Diff.cxx CurveCreator_Operation.cxx CurveCreator_Utils.cxx + CurveCreator_UtilsICurve.cxx + CurveCreator_Profile.cxx ) IF(SALOME_BUILD_GUI) LIST(APPEND _other_SOURCES @@ -105,7 +111,7 @@ IF(SALOME_BUILD_GUI) CurveCreator_TreeView.cxx # CurveCreator_UndoOptsDlg.cxx CurveCreator_Widget.cxx - OCCViewer_ViewWidget.cxx + OCCViewer_Utilities.cxx ) ENDIF(SALOME_BUILD_GUI)