Example of event handling

This commit is contained in:
Sergey Naumov
2016-04-24 11:15:47 +03:00
parent f63bff821f
commit c5735c4c1e
2 changed files with 28 additions and 0 deletions

View File

@@ -15,3 +15,6 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O2")
add_executable(workspaces workspaces.cpp)
target_link_libraries(workspaces ${I3IPCpp_LIBRARIES})
add_executable(events events.cpp)
target_link_libraries(events ${I3IPCpp_LIBRARIES})