Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / Events / CMakeLists.txt
index a747fd8724ca5899f65eeec86c765c3cc3d1d5b8..a51b4ecbdde713d6efa756af1a98044337e4549c 100644 (file)
@@ -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)