cpp, simple wrappers for most of what we need, ivi_* still incomplete
[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    wayland.cpp
7    wayland.hpp
8    util.c
9    util.h
10    ${IVI_APP_PROTO}
11    ${IVI_CON_PROTO})
12
13 add_definitions(-DWINMAN_VERSION_STRING="${PACKAGE_VERSION}")
14
15 target_link_libraries(winman
16    ${WLC_LIBRARIES})