use the json to blobmsg library
This commit is contained in:
parent
2e83a5fab2
commit
8c81142828
2 changed files with 3 additions and 80 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue