X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FCMakeLists.txt;h=c5ee88f7817fc6702c22500e4096b4b5c1a0e977;hb=5090ea57c88f874ec211b5addb28e413db5eb68e;hp=1be2129eda6bd0aa1a893354a57cdb5394800c6a;hpb=b2a34ee4bab2fe2d97f900cbdafcaf122344c46c;p=modules%2Fshaper.git diff --git a/src/Config/CMakeLists.txt b/src/Config/CMakeLists.txt index 1be2129ed..c5ee88f78 100644 --- a/src/Config/CMakeLists.txt +++ b/src/Config/CMakeLists.txt @@ -1,7 +1,10 @@ +## Copyright (C) 2014-20xx CEA/DEN, EDF R&D + INCLUDE(Common) INCLUDE(XMLProcessing) -INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Events) +INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Events + ${PYTHON_INCLUDE_DIRS}) SET(PROJECT_HEADERS Config_def.h @@ -17,6 +20,8 @@ SET(PROJECT_HEADERS Config_ValidatorMessage.h Config_Prop.h Config_PropManager.h + Config_AttributeMessage.h + Config_SelectionFilterMessage.h ) SET(PROJECT_SOURCES @@ -31,6 +36,8 @@ SET(PROJECT_SOURCES Config_ValidatorMessage.cpp Config_Prop.cpp Config_PropManager.cpp + Config_AttributeMessage.cpp + Config_SelectionFilterMessage.cpp ) SET(XML_RESOURCES @@ -40,6 +47,7 @@ SET(XML_RESOURCES SET(PROJECT_LIBRARIES Events ${LIBXML2_LIBRARIES} + ${PYTHON_LIBRARIES} ) SOURCE_GROUP ("Resource Files" FILES ${XML_RESOURCES})