cpp, more listeners
[staging/windowmanager.git] / src / CMakeLists.txt
1 wlproto(IVI_APP ivi-application)
2 wlproto(IVI_CON ivi-controller)
3
4 add_executable(winman
5    main.cpp
6    util.c
7    util.h
8    ${IVI_APP_PROTO}
9    ${IVI_CON_PROTO})
10
11 add_definitions(-DWINMAN_VERSION_STRING="${PACKAGE_VERSION}")
12
13 target_link_libraries(winman
14    ${WLC_LIBRARIES})