X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=6e7cbc535f93af4e50def12554e6c404495b5427;hp=14289b70ae952fe556d8337b7aba58d34c771d41;hb=f74be70327a3f6eeb059a3ac556cd6c62842b23d;hpb=97384dd72acbba1e586824b477c2bea483505a40 diff --git a/CMakeLists.txt b/CMakeLists.txt index 14289b7..6e7cbc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ IF(APPLE) ENDIF() ADD_EXECUTABLE(luci-rpcd main.c exec.c session.c file.c uci.c iwinfo.c luci2.c) -TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo) +TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo blobmsg_json) SET(CMAKE_INSTALL_PREFIX /usr)