Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / Events / CMakeLists.txt
1 INCLUDE(Common)
2
3 SET(PROJECT_HEADERS
4     Events.h
5     Events_Message.h
6     Events_MessageGroup.h 
7     Events_Listener.h
8     Events_Loop.h
9     Events_Error.h
10     Events_LongOp.h
11 )
12
13 SET(PROJECT_SOURCES
14     Events_Message.cpp
15     Events_MessageGroup.cpp
16     Events_Listener.cpp
17     Events_Loop.cpp
18     Events_Error.cpp
19     Events_LongOp.cpp
20 )
21
22 ADD_DEFINITIONS(-DEVENTS_EXPORTS)
23 ADD_LIBRARY(Events SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
24
25 TARGET_LINK_LIBRARIES(Events ${PROJECT_LIBRARIES})
26
27 INSTALL(TARGETS Events DESTINATION bin)