X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=CMakeLists.txt;h=f24fee9b6d67eae0a043cb1eb25d43d1f3e2c5ab;hp=681f8b155c91a0772e501741bd26e91e8cbb87c1;hb=d133da5562b36d5ac871cbe927bb9ecdf0569a51;hpb=e130b08d98d59dae5d0c59210aeb7633c011b107 diff --git a/CMakeLists.txt b/CMakeLists.txt index 681f8b1..f24fee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ IF(EXISTS ${json}) TARGET_LINK_LIBRARIES(blobmsg_json ubox ${json}) ADD_EXECUTABLE(jshn jshn.c) - TARGET_LINK_LIBRARIES(jshn ${json}) + TARGET_LINK_LIBRARIES(jshn blobmsg_json ${json}) ADD_LIBRARY(json_script SHARED json_script.c) TARGET_LINK_LIBRARIES(json_script ubox)