X-Git-Url: http://git.openwrt.org/?p=project%2Fustream-ssl.git;a=blobdiff_plain;f=CMakeLists.txt;h=7e2ddf56b64476f3372fc5842648ab3fa3d9e983;hp=a918e16d08dba2b4132787833a3e7ec6312fa80d;hb=8c95a99d23fa0ec35878ad98ec8757d8dbff4f8d;hpb=56f5d54985e1e974711d6f602faf98a00e306364 diff --git a/CMakeLists.txt b/CMakeLists.txt index a918e16..7e2ddf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,8 +32,8 @@ ENDIF() ADD_LIBRARY(ustream-ssl SHARED ustream-ssl.c ${SSL_SRC}) TARGET_LINK_LIBRARIES(ustream-ssl ubox ${SSL_LIB}) -ADD_EXECUTABLE(ustream-example ustream-example.c) -TARGET_LINK_LIBRARIES(ustream-example ustream-ssl) +ADD_EXECUTABLE(ustream-example-server ustream-example-server.c) +TARGET_LINK_LIBRARIES(ustream-example-server ustream-ssl) INSTALL(FILES ustream-ssl.h DESTINATION include/libubox