X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FCMakeLists.txt;h=99e5749227f2922a95daab946cbaaff5bc294f52;hb=04e2497fc973f0afc95d0a4a6f95e37fb27f45e8;hp=18e5c437c1cd10d24fbde0d7dc9328af5d1a9b8c;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/GeomValidators/CMakeLists.txt b/src/GeomValidators/CMakeLists.txt index 18e5c437c..99e574922 100644 --- a/src/GeomValidators/CMakeLists.txt +++ b/src/GeomValidators/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 CEA/DEN, EDF R&D +# Copyright (C) 2014-2022 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 @@ -37,6 +37,7 @@ SET(PROJECT_HEADERS GeomValidators_ValueOrder.h GeomValidators_Intersected.h GeomValidators_NotSelfIntersected.h + GeomValidators_GlobalSelection.h ) SET(PROJECT_SOURCES @@ -56,6 +57,7 @@ SET(PROJECT_SOURCES GeomValidators_ValueOrder.cpp GeomValidators_Intersected.cpp GeomValidators_NotSelfIntersected.cpp + GeomValidators_GlobalSelection.cpp ) SET(PROJECT_LIBRARIES @@ -76,6 +78,7 @@ INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/src/Events ${PROJECT_SOURCE_DIR}/src/GeomAPI ${PROJECT_SOURCE_DIR}/src/GeomDataAPI + ${PROJECT_SOURCE_DIR}/src/BuildPlugin ) INSTALL(TARGETS GeomValidators DESTINATION ${SHAPER_INSTALL_PLUGIN_FILES})