add libwebsockets include directory to global include path
authorAndrew Karpow <andy@ndyk.de>
Mon, 20 Jan 2014 23:34:31 +0000 (00:34 +0100)
committerAndrew Karpow <andy@ndyk.de>
Mon, 20 Jan 2014 23:38:42 +0000 (00:38 +0100)
CMakeLists.txt

index 386bc04..eef887f 100644 (file)
@@ -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)