Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / Events / CMakeLists.txt
index 5c5d99a083ae2547cbb8e5a31df90b34d050cc70..a51b4ecbdde713d6efa756af1a98044337e4549c 100644 (file)
@@ -11,8 +11,8 @@ SET(PROJECT_HEADERS
     Events_MessageGroup.h
     Events_Listener.h
     Events_Loop.h
-    Events_Error.h
     Events_LongOp.h
+    Events_InfoMessage.h
 )
 
 SET(PROJECT_SOURCES
@@ -20,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)