X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FCMakeLists.txt;h=1b52cfbb8ab2741236d9036c9ac6fd669beea995;hb=300f40cc0945ce614f9c0af668ac2b3094ec0524;hp=01be1d384d999eaf864dc321660be67057c8181c;hpb=c38397a5dd4d35001147a9dfbf649771c6f22229;p=modules%2Fshaper.git diff --git a/src/Config/CMakeLists.txt b/src/Config/CMakeLists.txt index 01be1d384..1b52cfbb8 100644 --- a/src/Config/CMakeLists.txt +++ b/src/Config/CMakeLists.txt @@ -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} )