Salome HOME
Issue #459: Check pre-selection for group operation
[modules/shaper.git] / src / Model / CMakeLists.txt
index ef4c82c12077d0ba4b2d4067fcf226634c746b2b..eef87c35f0ab499310e9e2537fa811087cd2ddce 100644 (file)
@@ -26,6 +26,7 @@ SET(PROJECT_HEADERS
     Model_ResultConstruction.h
     Model_ResultPart.h
     Model_ResultGroup.h
+    Model_ResultParameter.h
     Model_FeatureValidator.h
 )
 
@@ -52,6 +53,7 @@ SET(PROJECT_SOURCES
     Model_ResultConstruction.cpp
     Model_ResultPart.cpp
     Model_ResultGroup.cpp
+    Model_ResultParameter.cpp
     Model_FeatureValidator.cpp
 )