]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/CMakeLists.txt
Salome HOME
Adaptation to SALOME environment (Issue #31)
[modules/shaper.git] / src / Config / CMakeLists.txt
index 159be465ca1bd23c221dabbe9d5840ce1cd58a92..a501bcfa7030116808ce7f2941952bb41e5d1802 100644 (file)
@@ -1,9 +1,7 @@
-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
@@ -14,6 +12,7 @@ SET(PROJECT_HEADERS
   Config_WidgetAPI.h
   Config_WidgetReader.h
   Config_PointerMessage.h
+  Config_Common.h
  )
  
 SET(PROJECT_SOURCES
@@ -27,12 +26,11 @@ SET(PROJECT_SOURCES
 )
 
 SET(XML_RESOURCES
-  plugin-PartSet.xml
   plugins.xml
 )
 
 SET(PROJECT_LIBRARIES
-    Event
+    Events
     ${LIBXML2_LIBRARIES}
 )