example: make ustream-ssl optional (load via dlopen)
[project/uclient.git] / CMakeLists.txt
index f7fd05114c61c5ad16791ca9ad56ac89dbc5856d..103b992d39445c75c7c65a115344c59afe674db1 100644 (file)
@@ -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