X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FCMakeLists.txt;h=52369991ce4cf15a11cd77ccc8b05c559cc25731;hb=5746238455553297ce5333502e6f27e6e5d9348b;hp=08c3903c2dccbcb65d12f81634dea337c1e6dca2;hpb=0eb1324aa68cf606e0c556f900c289c6a485c13e;p=modules%2Fshaper.git diff --git a/src/Events/CMakeLists.txt b/src/Events/CMakeLists.txt index 08c3903c2..52369991c 100644 --- a/src/Events/CMakeLists.txt +++ b/src/Events/CMakeLists.txt @@ -3,14 +3,20 @@ INCLUDE(Common) SET(PROJECT_HEADERS Events.h Events_Message.h + Events_MessageGroup.h 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)