Salome HOME
Minor changes.
[modules/hydro.git] / src / HYDROCurveCreator / CMakeLists.txt
index 29ef282ff515644ebbdd2d905b1b99bc7c2dce53..2ff0e0984d3280634f27cbd25374e75e02b0b6c4 100644 (file)
@@ -70,7 +70,6 @@ ENDIF(SALOME_BUILD_GUI)
 SET(_other_HEADERS
   CurveCreator.hxx
   CurveCreator_Displayer.h
-  CurveCreator_AISCurve.hxx
   CurveCreator_Curve.hxx
   CurveCreator_Diff.hxx
   CurveCreator_ICurve.hxx
@@ -78,6 +77,7 @@ SET(_other_HEADERS
   CurveCreator_Operation.hxx
   CurveCreator_Section.hxx
   CurveCreator_Utils.h
+  CurveCreator_UtilsICurve.hxx
   CurveCreator_PosPoint.hxx
   CurveCreator_Profile.hxx
 )
@@ -95,11 +95,11 @@ 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)