X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FCMakeLists.txt;h=ebb5efb695ee3c638bf152f765af59f9ee65c266;hb=8887fbea231db0c1fd9089dd237b90595f6d78a4;hp=f4f98b9d791d9f8090ba6f387f8f2dff3d3710fd;hpb=10c74b99318f5265c9a60a178932b03f69adfee5;p=modules%2Fshaper.git diff --git a/src/Config/CMakeLists.txt b/src/Config/CMakeLists.txt index f4f98b9d7..ebb5efb69 100644 --- a/src/Config/CMakeLists.txt +++ b/src/Config/CMakeLists.txt @@ -1,10 +1,10 @@ INCLUDE(Common) INCLUDE(XMLProcessing) -INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Event) +INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Events) SET(PROJECT_HEADERS - Config.h + Config_def.h Config_FeatureMessage.h Config_XMLReader.h Config_ModuleReader.h @@ -12,6 +12,7 @@ SET(PROJECT_HEADERS Config_WidgetAPI.h Config_WidgetReader.h Config_PointerMessage.h + Config_Common.h ) SET(PROJECT_SOURCES @@ -22,15 +23,15 @@ SET(PROJECT_SOURCES Config_WidgetAPI.cpp Config_WidgetReader.cpp Config_PointerMessage.cpp + Config_Common.cpp ) SET(XML_RESOURCES - plugin-PartSet.xml plugins.xml ) SET(PROJECT_LIBRARIES - Event + Events ${LIBXML2_LIBRARIES} )