X-Git-Url: http://git.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=CMakeLists.txt;h=103b992d39445c75c7c65a115344c59afe674db1;hp=f7fd05114c61c5ad16791ca9ad56ac89dbc5856d;hb=bd38e778dc28dbf3e5f0a249689fad2b2c6b7243;hpb=3ddb765bd513a70d128810b65c3a45f81690782e diff --git a/CMakeLists.txt b/CMakeLists.txt index f7fd051..103b992 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ ADD_LIBRARY(uclient SHARED uclient.c uclient-http.c uclient-utils.c) TARGET_LINK_LIBRARIES(uclient ubox dl) ADD_EXECUTABLE(uclient-example uclient-example.c) -TARGET_LINK_LIBRARIES(uclient-example uclient ustream-ssl) +TARGET_LINK_LIBRARIES(uclient-example uclient) INSTALL(FILES uclient.h uclient-utils.h DESTINATION include/libubox