From e8ec1e56c3ec71b0eeeeac8842b6519548f3c695 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 25 Sep 2013 09:06:36 +0200 Subject: [PATCH 1/1] avoid installing internal header files Signed-off-by: Felix Fietkau --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.11.0