1 ADD_DEFINITIONS(-I..) 2 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..) 3 4 IF (BUILD_EXAMPLES) 5 ADD_EXECUTABLE(server server.c count.c) 6 TARGET_LINK_LIBRARIES(server ubus ${ubox_library} ${blob_library} ${json}) 7 8 ADD_EXECUTABLE(client client.c count.c) 9 TARGET_LINK_LIBRARIES(client ubus ${ubox_library}) 10 ENDIF()
This page was automatically generated by LXR 0.3.1. • OpenWrt