X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FCMakeLists.txt;h=a51b4ecbdde713d6efa756af1a98044337e4549c;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=a747fd8724ca5899f65eeec86c765c3cc3d1d5b8;hpb=3aa818c0a5abf4c46afa2d91cad46340efc4bd5f;p=modules%2Fshaper.git diff --git a/src/Events/CMakeLists.txt b/src/Events/CMakeLists.txt index a747fd872..a51b4ecbd 100644 --- a/src/Events/CMakeLists.txt +++ b/src/Events/CMakeLists.txt @@ -11,9 +11,8 @@ SET(PROJECT_HEADERS Events_MessageGroup.h Events_Listener.h Events_Loop.h - Events_Error.h Events_LongOp.h - Events_InfoMessage.h + Events_InfoMessage.h ) SET(PROJECT_SOURCES @@ -21,8 +20,8 @@ SET(PROJECT_SOURCES Events_MessageGroup.cpp Events_Listener.cpp Events_Loop.cpp - Events_Error.cpp Events_LongOp.cpp + Events_InfoMessage.cpp ) ADD_DEFINITIONS(-DEVENTS_EXPORTS)