From: asozinov Date: Mon, 28 Nov 2022 08:28:09 +0000 (+0300) Subject: [bos#32539] [EDF] Shaper constrains suggestions - Adaptation of SHAPER model X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=32b0ad01967538dc5748606ac0646ae341f025c4;p=modules%2Fshaper.git [bos#32539] [EDF] Shaper constrains suggestions - Adaptation of SHAPER model --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6154d45d9..9d84c7e26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,6 +191,12 @@ ADD_SUBDIRECTORY (src/SketchSolver) ADD_SUBDIRECTORY (src/ModuleBase) ADD_SUBDIRECTORY (src/PartSet) +# +#ADD_SUBDIRECTORY (src/SketchConstraintsFinder) # Plugin +ADD_SUBDIRECTORY (src/SAMConverter) # Library +ADD_SUBDIRECTORY (src/SAMConverterAPI) +# + ADD_SUBDIRECTORY (src/XGUI) ADD_SUBDIRECTORY (src/ExchangePlugin) ADD_SUBDIRECTORY (src/GeomValidators) diff --git a/src/CTestTestfileInstall.cmake b/src/CTestTestfileInstall.cmake index b9e1c1ebf..591d5ca18 100644 --- a/src/CTestTestfileInstall.cmake +++ b/src/CTestTestfileInstall.cmake @@ -44,6 +44,7 @@ SUBDIRS(ConnectorAPI Config ExchangeAPI ModelGeomAlgo + SAMConverter Locale test_API ) diff --git a/src/Config/plugins.xml.in b/src/Config/plugins.xml.in index 7c23b377e..c3452b99a 100644 --- a/src/Config/plugins.xml.in +++ b/src/Config/plugins.xml.in @@ -15,6 +15,8 @@ + + @DEFAULT_SOLVER@