X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=6399c7a56ba323d6b9294e61560c24bcb32c5754;hp=a466dd6566d4263c07d036bfe14eee8e98fbd6ea;hb=fecaf2f5f66f8cb5598e55d493e4721554c5dcd5;hpb=13b5c1d4ca488575ee3dd4726b669f768fad8ffa diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index a466dd6..6399c7a 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -17,3 +17,5 @@ TARGET_LINK_LIBRARIES(ustream-example ubox) ADD_EXECUTABLE(runqueue-example runqueue-example.c) TARGET_LINK_LIBRARIES(runqueue-example ubox) +ADD_EXECUTABLE(json_script-example json_script-example.c) +TARGET_LINK_LIBRARIES(json_script-example ubox blobmsg_json json_script ${json})