X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FCMakeLists.txt;h=4acd61645700027f44cb7c1b36fec5257136d34b;hb=2912e2796405e06d625a6d3e5a7d8965f288df61;hp=2e6c3638b5a9fa43f01ae65d7844f3adac929b1b;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt index 2e6c3638b..4acd61645 100644 --- a/src/Model/CMakeLists.txt +++ b/src/Model/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2020 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 @@ -41,19 +41,21 @@ SET(PROJECT_HEADERS Model_AttributeSelection.h Model_AttributeSelectionList.h Model_AttributeTables.h + Model_AttributeValidator.h Model_BodyBuilder.h Model_Events.h Model_Expression.h - Model_Update.h - Model_Validator.h + Model_FeatureValidator.h + Model_FiltersFactory.h Model_ResultBody.h Model_ResultConstruction.h Model_ResultPart.h Model_ResultField.h Model_ResultGroup.h Model_ResultParameter.h - Model_FeatureValidator.h - Model_AttributeValidator.h + Model_Tools.h + Model_Update.h + Model_Validator.h ) SET(PROJECT_SOURCES @@ -77,19 +79,21 @@ SET(PROJECT_SOURCES Model_AttributeSelection.cpp Model_AttributeSelectionList.cpp Model_AttributeTables.cpp + Model_AttributeValidator.cpp Model_BodyBuilder.cpp Model_Events.cpp Model_Expression.cpp - Model_Update.cpp - Model_Validator.cpp + Model_FeatureValidator.cpp + Model_FiltersFactory.cpp Model_ResultBody.cpp Model_ResultConstruction.cpp Model_ResultPart.cpp Model_ResultField.cpp Model_ResultGroup.cpp Model_ResultParameter.cpp - Model_FeatureValidator.cpp - Model_AttributeValidator.cpp + Model_Tools.cpp + Model_Update.cpp + Model_Validator.cpp ) SET(PROJECT_LIBRARIES @@ -100,6 +104,7 @@ SET(PROJECT_LIBRARIES GeomData GeomAPI GeomAlgoAPI + Locale ModelGeomAlgo ${OpenCASCADE_ApplicationFramework_LIBRARIES} ) @@ -112,7 +117,9 @@ SET(PROJECT_INCLUDES ../GeomDataAPI ../GeomAlgoAPI ../GeomAPI + ../Locale ../ModelGeomAlgo + ../ConstructionPlugin ${OpenCASCADE_INCLUDE_DIR} )