aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: b11d3973c135b7a74355b2fd5e2dd97fa73e0a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
wlproto(IVI_APP ivi-application)
wlproto(IVI_CON ivi-controller)

add_executable(winman
   main.cpp
   wayland.cpp
   wayland.hpp
   util.c
   util.h
   ${IVI_APP_PROTO}
   ${IVI_CON_PROTO})

add_definitions(-DWINMAN_VERSION_STRING="${PACKAGE_VERSION}")

target_link_libraries(winman
   ${WLC_LIBRARIES})