X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFiltersPlugin%2FCMakeLists.txt;h=20f79f16522a5523484337119efb89f0b0640356;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=ac086810d6d6a56e0bb87e10b380ca3bd3741c49;hpb=c0e273c1479a9940dbe4f966853c82a6b8709d88;p=modules%2Fshaper.git diff --git a/src/FiltersPlugin/CMakeLists.txt b/src/FiltersPlugin/CMakeLists.txt index ac086810d..20f79f165 100644 --- a/src/FiltersPlugin/CMakeLists.txt +++ b/src/FiltersPlugin/CMakeLists.txt @@ -1,4 +1,4 @@ -## Copyright (C) 2014-2022 CEA/DEN, EDF R&D +## Copyright (C) 2014-2024 CEA, EDF ## ## This library is free software; you can redistribute it and/or ## modify it under the terms of the GNU Lesser General Public @@ -40,6 +40,7 @@ SET(PROJECT_HEADERS FiltersPlugin_VolumeSize.h FiltersPlugin_FeatureEdges.h FiltersPlugin_ContinuousFaces.h + FiltersPlugin_OnShapeName.h ) SET(PROJECT_SOURCES @@ -61,6 +62,7 @@ SET(PROJECT_SOURCES FiltersPlugin_VolumeSize.cpp FiltersPlugin_FeatureEdges.cpp FiltersPlugin_ContinuousFaces.cpp + FiltersPlugin_OnShapeName.cpp ) SET(PROJECT_LIBRARIES @@ -91,6 +93,7 @@ SET(XML_RESOURCES filter-VolumeSize.xml filter-FeatureEdges.xml filter-ContinuousFaces.xml + filter-OnShapeName.xml ) SET(TEXT_RESOURCES @@ -115,6 +118,7 @@ INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/src/GeomDataAPI ${PROJECT_SOURCE_DIR}/src/GeomValidators ${PROJECT_SOURCE_DIR}/src/CollectionPlugin + ${PROJECT_SOURCE_DIR}/src/Locale ) INSTALL(TARGETS FiltersPlugin DESTINATION ${SHAPER_INSTALL_PLUGIN_FILES})