From: Andrew Karpow Date: Mon, 20 Jan 2014 23:34:31 +0000 (+0100) Subject: add libwebsockets include directory to global include path X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=a4f9789a3157cad3a88f230f01672f6387f94c0b;p=ympd.git add libwebsockets include directory to global include path --- 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)