From b921e521cde8d728667c5756d01bacd08bf8d2b5 Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Wed, 26 Nov 2014 18:16:25 +0100 Subject: [PATCH] Subject: [PATCH] Adding lws_config.h to list of installed headers. The lws_config.h is generated based on configuration options for the build process. In order to write applications which compile code depending of the presence of a feature (like the test-server does) this header file needs to be installed. Signed-off-by: Christoph Muellner --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77015cf7..dbf7ba79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -260,11 +260,11 @@ include_directories("${PROJECT_SOURCE_DIR}/lib") # Some IDEs use this for nicer file structure. set(HDR_PRIVATE lib/private-libwebsockets.h - "${PROJECT_BINARY_DIR}/lws_config.h" ) set(HDR_PUBLIC "${PROJECT_SOURCE_DIR}/lib/libwebsockets.h" + "${PROJECT_BINARY_DIR}/lws_config.h" ) set(SOURCES