X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=4ef4dfaa75045db305c79aeb56dcb615a7bc609f;hp=7a97aa6fd5803130850cca128a5efa9ddd0a0cb2;hb=4bf10a76e01d2f2971a86765722a4c4a65b584a7;hpb=b6a4bf7dbfeb4cafaac91cbb7b4d9ae97cbb587e diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a97aa6..4ef4dfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,9 @@ SET(SOURCES main.c utils.c system.c tunnel.c interface.c interface-ip.c interface-event.c proto.c proto-static.c proto-shell.c - config.c device.c bridge.c vlan.c ubus.c) + config.c device.c bridge.c vlan.c alias.c + ubus.c) + SET(LIBS ubox ubus uci json blobmsg_json)