X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=640afce7dec7fd1e5a32766078e40473b2982d7a;hb=2aba5bdb1c8b74a4654f46748dc4746434489750;hp=bd8ce3fda7fd3dca2056492735fe22d15e2e680b;hpb=55e2be9640ea22c59d59b29ad61d99e71c9f67b5;p=project%2Fustream-ssl.git diff --git a/CMakeLists.txt b/CMakeLists.txt index bd8ce3f..640afce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,3 +25,11 @@ ADD_EXECUTABLE(ustream-example ustream-example.c) TARGET_LINK_LIBRARIES(ustream-example ustream-ssl) SET(CMAKE_INSTALL_PREFIX /usr) + +FILE(GLOB headers *.h) +INSTALL(FILES ${headers} + DESTINATION include/libubox +) +INSTALL(TARGETS ustream-ssl + LIBRARY DESTINATION lib +)