From a4f9789a3157cad3a88f230f01672f6387f94c0b Mon Sep 17 00:00:00 2001 From: Andrew Karpow Date: Tue, 21 Jan 2014 00:34:31 +0100 Subject: [PATCH] add libwebsockets include directory to global include path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 386bc04..eef887f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ endif() configure_file(${PROJECT_SOURCE_DIR}/src/config.h.in ${PROJECT_BINARY_DIR}/config.h) -include_directories(${PROJECT_BINARY_DIR}) +include_directories(${PROJECT_BINARY_DIR} ${LIBWEBSOCKETS_INCLUDE_DIR}) include(CheckCSourceCompiles) include(CPack)