projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d339c
)
add libwebsockets include directory to global include path
author
Andrew Karpow
<andy@ndyk.de>
Mon, 20 Jan 2014 23:34:31 +0000
(
00:34
+0100)
committer
Andrew Karpow
<andy@ndyk.de>
Mon, 20 Jan 2014 23:38:42 +0000
(
00:38
+0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
386bc04
..
eef887f
100644
(file)
--- 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)