move example to examples/
[project/ubus.git] / examples / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 ADD_DEFINITIONS(-I..)
4 ADD_EXECUTABLE(ubus-example ubus-example.c)
5 TARGET_LINK_LIBRARIES(ubus-example ubus ubox)
6