Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / Events / CMakeLists.txt
index 9b3f7773f480309e679b8cb9e0f6d6d2c53df201..a51b4ecbdde713d6efa756af1a98044337e4549c 100644 (file)
@@ -12,7 +12,7 @@ SET(PROJECT_HEADERS
     Events_Listener.h
     Events_Loop.h
     Events_LongOp.h
-       Events_InfoMessage.h
+    Events_InfoMessage.h
 )
 
 SET(PROJECT_SOURCES
@@ -21,6 +21,7 @@ SET(PROJECT_SOURCES
     Events_Listener.cpp
     Events_Loop.cpp
     Events_LongOp.cpp
+    Events_InfoMessage.cpp
 )
 
 ADD_DEFINITIONS(-DEVENTS_EXPORTS)