X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;h=6e7cbc535f93af4e50def12554e6c404495b5427;hp=3c3470016c9498782d69f10795a1706d38dbe09e;hb=f74be70327a3f6eeb059a3ac556cd6c62842b23d;hpb=bf838aaa2ef27f36eadcaa40133fd385fc9e58ef diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c34700..6e7cbc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -ADD_EXECUTABLE(luci-rpcd main.c session.c file.c uci.c iwinfo.c) -TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo) +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 blobmsg_json) SET(CMAKE_INSTALL_PREFIX /usr)