X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FCMakeLists.txt;h=8bb95e123773e96885c16eb3ffa570cad42b2c95;hb=485284976089df895e261395518201ccd85dae4d;hp=8dee08d11edbdb8089095c487af4e2c96491642b;hpb=89971988290a755863b941ffe74628032a22682f;p=modules%2Fshaper.git diff --git a/src/PartSet/CMakeLists.txt b/src/PartSet/CMakeLists.txt index 8dee08d11..8bb95e123 100644 --- a/src/PartSet/CMakeLists.txt +++ b/src/PartSet/CMakeLists.txt @@ -1,4 +1,22 @@ -## Copyright (C) 2014-20xx CEA/DEN, EDF R&D +## Copyright (C) 2014-2017 CEA/DEN, EDF R&D +## +## This library is free software; you can redistribute it and/or +## modify it under the terms of the GNU Lesser General Public +## License as published by the Free Software Foundation; either +## version 2.1 of the License, or (at your option) any later version. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## Lesser General Public License for more details. +## +## You should have received a copy of the GNU Lesser General Public +## License along with this library; if not, write to the Free Software +## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +## +## See http:##www.salome-platform.org/ or +## email : webmaster.salome@opencascade.com +## INCLUDE(Common) INCLUDE(UseQtExt) @@ -23,12 +41,12 @@ SET(PROJECT_HEADERS PartSet_OperationPrs.h PartSet_OverconstraintListener.h PartSet_PreviewPlanes.h + PartSet_PreviewSketchPlane.h PartSet_ResultSketchPrs.h PartSet_SketcherMgr.h PartSet_SketcherReentrantMgr.h PartSet_Tools.h PartSet_Validators.h - PartSet_WidgetChoice.h PartSet_WidgetEditor.h PartSet_WidgetFeaturePointSelector.h PartSet_WidgetFileSelector.h @@ -38,7 +56,8 @@ SET(PROJECT_HEADERS PartSet_WidgetShapeSelector.h PartSet_WidgetSketchCreator.h PartSet_WidgetSketchLabel.h - PartSet_WidgetSubShapeSelector.h + PartSet_CenterPrs.h + PartSet_ExternalPointsMgr.h ) SET(PROJECT_MOC_HEADERS @@ -47,7 +66,6 @@ SET(PROJECT_MOC_HEADERS PartSet_Module.h PartSet_SketcherMgr.h PartSet_SketcherReentrantMgr.h - PartSet_WidgetChoice.h PartSet_WidgetEditor.h PartSet_WidgetFeaturePointSelector.h PartSet_WidgetFileSelector.h @@ -57,7 +75,7 @@ SET(PROJECT_MOC_HEADERS PartSet_WidgetShapeSelector.h PartSet_WidgetSketchCreator.h PartSet_WidgetSketchLabel.h - PartSet_WidgetSubShapeSelector.h + PartSet_ExternalPointsMgr.h ) SET(PROJECT_SOURCES @@ -71,6 +89,7 @@ SET(PROJECT_SOURCES PartSet_OperationPrs.cpp PartSet_OverconstraintListener.cpp PartSet_PreviewPlanes.cpp + PartSet_PreviewSketchPlane.cpp PartSet_ResultSketchPrs.cpp PartSet_SketcherMgr.cpp PartSet_SketcherReentrantMgr.cpp @@ -85,7 +104,8 @@ SET(PROJECT_SOURCES PartSet_WidgetShapeSelector.cpp PartSet_WidgetSketchCreator.cpp PartSet_WidgetSketchLabel.cpp - PartSet_WidgetSubShapeSelector.cpp + PartSet_CenterPrs.cpp + PartSet_ExternalPointsMgr.cpp ) SET(PROJECT_RESOURCES