1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Add the proper include dirs.

This commit is contained in:
Joakim Soderberg 2014-01-13 13:53:27 +01:00
parent ed75fab65f
commit 02727806f0

View file

@ -750,8 +750,8 @@ export(PACKAGE libwebsockets)
# Generate the config file for the build-tree.
set(LWS__INCLUDE_DIRS
"${PROJECT_SOURCE_DIR}/include"
"${PROJECT_BINARY_DIR}/include")
"${PROJECT_SOURCE_DIR}/lib"
"${PROJECT_BINARY_DIR}")
configure_file(${PROJECT_SOURCE_DIR}/cmake/LibwebsocketsConfig.cmake.in
${PROJECT_BINARY_DIR}/LibwebsocketsConfig.cmake
@ONLY)