X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FCMakeLists.txt;h=52369991ce4cf15a11cd77ccc8b05c559cc25731;hb=5746238455553297ce5333502e6f27e6e5d9348b;hp=af4155f4268119e19d78b8f3a0241823fb22e9de;hpb=fa1c75ea3a8cf13fb87c4ed8ba43ac7d59fcdd92;p=modules%2Fshaper.git diff --git a/src/Events/CMakeLists.txt b/src/Events/CMakeLists.txt index af4155f42..52369991c 100644 --- a/src/Events/CMakeLists.txt +++ b/src/Events/CMakeLists.txt @@ -7,13 +7,16 @@ SET(PROJECT_HEADERS Events_Listener.h Events_Loop.h Events_Error.h + Events_LongOp.h ) SET(PROJECT_SOURCES Events_Message.cpp + Events_MessageGroup.cpp Events_Listener.cpp Events_Loop.cpp Events_Error.cpp + Events_LongOp.cpp ) ADD_DEFINITIONS(-DEVENTS_EXPORTS)