X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;h=8ac46437f4a1bc23c0d53287c06ea4195340fb11;hp=6e7cbc535f93af4e50def12554e6c404495b5427;hb=a86ef267a4fb8ce72477a916952bc69ff68d63d4;hpb=a00f2d08a2e5a5174569e79cbdf979b2ebd8f097 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e7cbc5..8ac4643 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -ADD_EXECUTABLE(luci-rpcd main.c exec.c session.c file.c uci.c iwinfo.c luci2.c) +ADD_EXECUTABLE(luci-rpcd main.c exec.c session.c file.c uci.c iwinfo.c luci2.c plugin.c) TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo blobmsg_json) SET(CMAKE_INSTALL_PREFIX /usr)