build: remove install prefix override
[project/ubus.git] / examples / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 ADD_DEFINITIONS(-I..)
4
5 ADD_EXECUTABLE(server server.c)
6 TARGET_LINK_LIBRARIES(server ubus ubox blobmsg_json)
7
8 ADD_EXECUTABLE(client client.c)
9 TARGET_LINK_LIBRARIES(client ubus ubox)
10