X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fustream-ssl.git;a=blobdiff_plain;f=CMakeLists.txt;h=f6009e7ba6824521c016758eee17255b6531a06d;hp=1178c62763fb136c26b956f2083fe15e57e265a3;hb=e8ec1e56c3ec71b0eeeeac8842b6519548f3c695;hpb=daa954de38f2bf4e2fbc41ac7917f8447d37a2a0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1178c62..f6009e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,7 @@ TARGET_LINK_LIBRARIES(ustream-ssl ubox ${SSL_LIB}) ADD_EXECUTABLE(ustream-example ustream-example.c) TARGET_LINK_LIBRARIES(ustream-example ustream-ssl) -FILE(GLOB headers *.h) -INSTALL(FILES ${headers} +INSTALL(FILES ustream-ssl.h DESTINATION include/libubox ) INSTALL(TARGETS ustream-ssl