X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FCMakeLists.txt;h=5e0123e9c57aca894ffb7004a54f2eb352a6b1e8;hb=982481c856def9c064e5f2bb65de11a5b254da6e;hp=8952f175698a41860d1d7dafc09eeaeda13020fc;hpb=fe443ed42df3b33646e053bd8001fd2899624b37;p=modules%2Fshaper.git diff --git a/src/Config/CMakeLists.txt b/src/Config/CMakeLists.txt index 8952f1756..5e0123e9c 100644 --- a/src/Config/CMakeLists.txt +++ b/src/Config/CMakeLists.txt @@ -24,6 +24,7 @@ SET(PROJECT_HEADERS Config_SelectionFilterMessage.h Config_ValidatorReader.h Config_DataModelReader.h + Config_Translator.h ) SET(PROJECT_SOURCES @@ -42,6 +43,7 @@ SET(PROJECT_SOURCES Config_SelectionFilterMessage.cpp Config_ValidatorReader.cpp Config_DataModelReader.cpp + Config_Translator.cpp ) SET(XML_RESOURCES @@ -67,7 +69,7 @@ TARGET_LINK_LIBRARIES(Config ${PROJECT_LIBRARIES}) # Prepare plugins.xml # the solver to activate after installation -SET(DEFAULT_SOLVER "SolveSpace") +SET(DEFAULT_SOLVER "PlaneGCS") # the list of all solvers SET(SOLVERS "SolveSpace" "PlaneGCS")