X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=CMakeLists.txt;h=f7fd05114c61c5ad16791ca9ad56ac89dbc5856d;hp=0d48175cab222b452a18ea6ed6e360319aa0c701;hb=3ddb765bd513a70d128810b65c3a45f81690782e;hpb=63a984dbdf8a4d1249838e0708a4bed2dfaff476 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d48175..f7fd051 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,10 +13,10 @@ IF(APPLE) ENDIF() ADD_LIBRARY(uclient SHARED uclient.c uclient-http.c uclient-utils.c) -TARGET_LINK_LIBRARIES(uclient ubox ustream-ssl) +TARGET_LINK_LIBRARIES(uclient ubox dl) ADD_EXECUTABLE(uclient-example uclient-example.c) -TARGET_LINK_LIBRARIES(uclient-example uclient) +TARGET_LINK_LIBRARIES(uclient-example uclient ustream-ssl) INSTALL(FILES uclient.h uclient-utils.h DESTINATION include/libubox