X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=CMakeLists.txt;h=6142e5cf01faba39210b3090da6d7593708df172;hp=8bf2b6b76691e619818a9a5e567535d61cbda864;hb=e5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd;hpb=2dec70f2715f195309e9fc8975c9d55db2f20b03 diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bf2b6b..6142e5c 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) -TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci) +ADD_EXECUTABLE(luci-rpcd main.c session.c file.c uci.c iwinfo.c system.c) +TARGET_LINK_LIBRARIES(luci-rpcd ubox ubus uci iwinfo) SET(CMAKE_INSTALL_PREFIX /usr)