Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / Config / CMakeLists.txt
index 8952f175698a41860d1d7dafc09eeaeda13020fc..5e0123e9c57aca894ffb7004a54f2eb352a6b1e8 100644 (file)
@@ -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")