X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=CMakeLists.txt;h=e5bf46b5000e084989148754f149a6b83faaa251;hp=699ae95e09ca721dc668a9f65ddb94e7b4cc40b2;hb=c9e852301ba4059da47418fcaede22d6fa4603e9;hpb=02074ab52170ffaab21196cb841bb1cfde4d45ba;ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index 699ae95..e5bf46b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -SET(SOURCES avl.c blob.c blobmsg.c hash.c uloop.c usock.c) +SET(SOURCES avl.c blob.c blobmsg.c uloop.c usock.c) ADD_LIBRARY(ubox SHARED ${SOURCES}) ADD_LIBRARY(blobmsg_json SHARED blobmsg_json.c)