use the json to blobmsg library

This commit is contained in:
Felix Fietkau 2011-02-06 16:14:36 +01:00
parent 2e83a5fab2
commit 8c81142828
2 changed files with 3 additions and 80 deletions

View file

@ -16,7 +16,7 @@ TARGET_LINK_LIBRARIES(ubusd ubox)
ADD_EXECUTABLE(cli cli.c)
SET_TARGET_PROPERTIES(cli PROPERTIES OUTPUT_NAME ubus)
TARGET_LINK_LIBRARIES(cli ubus ubox json)
TARGET_LINK_LIBRARIES(cli ubus ubox blobmsg_json json)
ADD_EXECUTABLE(ubus-example ubus-example.c)
TARGET_LINK_LIBRARIES(ubus-example ubus ubox)