example: rename to ustream-example-server
[project/ustream-ssl.git] / CMakeLists.txt
index a918e16d08dba2b4132787833a3e7ec6312fa80d..7e2ddf56b64476f3372fc5842648ab3fa3d9e983 100644 (file)
@@ -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