]> SALOME platform Git repositories - modules/shaper.git/blob - src/Event/CMakeLists.txt
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Event / CMakeLists.txt
1 INCLUDE(Common)
2
3 SET(PROJECT_HEADERS
4     Event.h
5     Event_Message.h
6     Event_Listener.h
7     Event_Loop.h
8 )
9
10 SET(PROJECT_SOURCES
11     Event_Message.cpp
12     Event_Listener.cpp
13     Event_Loop.cpp
14 )
15
16 ADD_DEFINITIONS(-DEVENT_EXPORTS)
17 ADD_LIBRARY(Event SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
18
19 TARGET_LINK_LIBRARIES(Event ${PROJECT_LIBRARIES})
20
21 INSTALL(TARGETS Event DESTINATION bin)