Salome HOME
setDisplayed has to be called in order to synchronize internal state of the object
[modules/shaper.git] / src / SketchPlugin / CMakeLists.txt
index e94f680c15c1921d582fabd8c854adbb23486452..b4aa3d2cd75278a921a678bbefe014ee28354261 100644 (file)
@@ -28,6 +28,8 @@ SET(PROJECT_HEADERS
     SketchPlugin_ConstraintTangent.h
     SketchPlugin_ConstraintMirror.h
     SketchPlugin_ConstraintFillet.h
+    SketchPlugin_MultiRotation.h
+    SketchPlugin_MultiTranslation.h
     SketchPlugin_ExternalValidator.h
     SketchPlugin_Validators.h
 )
@@ -55,6 +57,8 @@ SET(PROJECT_SOURCES
     SketchPlugin_ConstraintTangent.cpp
     SketchPlugin_ConstraintMirror.cpp
     SketchPlugin_ConstraintFillet.cpp
+    SketchPlugin_MultiRotation.cpp
+    SketchPlugin_MultiTranslation.cpp
     SketchPlugin_ExternalValidator.cpp
     SketchPlugin_Validators.cpp
 )
@@ -66,6 +70,7 @@ SET(PROJECT_LIBRARIES
     GeomValidators
     ModelAPI
     SketcherPrs
+    GeomDataAPI
     ${CAS_KERNEL}
     ${CAS_SHAPE}
 )