From: jfa Date: Mon, 15 Aug 2022 15:33:15 +0000 (+0300) Subject: Plugin draft X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce669a3212b29438ed1f43c6c5b6c4f937b76838;p=modules%2Fshaper.git Plugin draft --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6154d45d9..4a7bc349f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,6 +188,7 @@ ADD_SUBDIRECTORY (src/SamplePanelPlugin) ADD_SUBDIRECTORY (src/SketcherPrs) ADD_SUBDIRECTORY (src/SketchPlugin) ADD_SUBDIRECTORY (src/SketchSolver) +ADD_SUBDIRECTORY (src/SAMPlugin) ADD_SUBDIRECTORY (src/ModuleBase) ADD_SUBDIRECTORY (src/PartSet) diff --git a/src/CTestTestfileInstall.cmake b/src/CTestTestfileInstall.cmake index ca18e37d3..4099aca93 100644 --- a/src/CTestTestfileInstall.cmake +++ b/src/CTestTestfileInstall.cmake @@ -37,6 +37,7 @@ SUBDIRS(ConnectorAPI ParametersPlugin PythonAddons SketchAPI + SAMPlugin ConstructionAPI PartSetAPI GeomDataAPI diff --git a/src/Config/plugins.xml.in b/src/Config/plugins.xml.in index 7c23b377e..019bca2f7 100644 --- a/src/Config/plugins.xml.in +++ b/src/Config/plugins.xml.in @@ -15,6 +15,8 @@ + + @DEFAULT_SOLVER@