Salome HOME
Visualization preferences for sketcher are created
[modules/shaper.git] / src / Config / CMakeLists.txt
index 01be1d384d999eaf864dc321660be67057c8181c..1b52cfbb8ab2741236d9036c9ac6fd669beea995 100644 (file)
@@ -1,32 +1,43 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
-
 INCLUDE(Common)
 INCLUDE(XMLProcessing)
 
-INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Event) 
+INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Events
 
 SET(PROJECT_HEADERS
-  Config.h
-  Config_Message.h
+  Config_def.h
+  Config_FeatureMessage.h
   Config_XMLReader.h
   Config_ModuleReader.h
   Config_FeatureReader.h
+  Config_Keywords.h
+  Config_WidgetAPI.h
+  Config_WidgetReader.h
+  Config_PointerMessage.h
+  Config_Common.h
+  Config_ValidatorMessage.h
+  Config_Prop.h
+  Config_PropManager.h
  )
  
 SET(PROJECT_SOURCES
-  Config_Message.cpp
+  Config_FeatureMessage.cpp
   Config_XMLReader.cpp
   Config_ModuleReader.cpp
   Config_FeatureReader.cpp
+  Config_WidgetAPI.cpp
+  Config_WidgetReader.cpp
+  Config_PointerMessage.cpp
+  Config_Common.cpp
+  Config_ValidatorMessage.cpp
+  Config_PropManager.cpp
 )
 
 SET(XML_RESOURCES
-  plugin-PartSet.xml
   plugins.xml
 )
 
 SET(PROJECT_LIBRARIES
-    Event
+    Events
     ${LIBXML2_LIBRARIES}
 )