X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FCMakeLists.txt;h=a501bcfa7030116808ce7f2941952bb41e5d1802;hb=6654a921211670c15a79a997ca666a174fe8a6f6;hp=660990d30090fc1048badca036b8c31b609717bc;hpb=d4d5684c9088ac4fea8411b62e10a277729c75fa;p=modules%2Fshaper.git diff --git a/src/Config/CMakeLists.txt b/src/Config/CMakeLists.txt index 660990d30..a501bcfa7 100644 --- a/src/Config/CMakeLists.txt +++ b/src/Config/CMakeLists.txt @@ -1,7 +1,7 @@ INCLUDE(Common) INCLUDE(XMLProcessing) -INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Event) +INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Events) SET(PROJECT_HEADERS Config.h @@ -26,12 +26,11 @@ SET(PROJECT_SOURCES ) SET(XML_RESOURCES - plugin-PartSet.xml plugins.xml ) SET(PROJECT_LIBRARIES - Event + Events ${LIBXML2_LIBRARIES} )