X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;h=3c3470016c9498782d69f10795a1706d38dbe09e;hp=eef3856416574da2c125f09ec9d0b0fb6a720edc;hb=9345600006c73767838efde4d7b900248fa8a1df;hpb=0607cfda5b3449d0850861c140d36fbcc0f2ef1d;ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index eef3856..3c34700 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) -TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus) +ADD_EXECUTABLE(luci-rpcd main.c session.c file.c uci.c iwinfo.c) +TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo) SET(CMAKE_INSTALL_PREFIX /usr)