You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2016/12/07 18:55:45 UTC

qpid-dispatch git commit: DISPATCH-103 - Added libwebsockets include path to the set of includes.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 4fb102058 -> fbe70e2c2


DISPATCH-103 - Added libwebsockets include path to the set of includes.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/fbe70e2c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/fbe70e2c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/fbe70e2c

Branch: refs/heads/master
Commit: fbe70e2c239beb1afe543b440b0bc24d56efb19d
Parents: 4fb1020
Author: Ted Ross <tr...@redhat.com>
Authored: Wed Dec 7 13:55:09 2016 -0500
Committer: Ted Ross <tr...@redhat.com>
Committed: Wed Dec 7 13:55:09 2016 -0500

----------------------------------------------------------------------
 src/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/fbe70e2c/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8e37e56..b9c2221 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -39,6 +39,7 @@ add_custom_command (
 include_directories(
   ${CMAKE_CURRENT_SOURCE_DIR}
   ${CMAKE_CURRENT_BINARY_DIR}
+  ${LibWebSockets_INCLUDE_DIRS}
   )
 
 # Build the qpid-dispatch library.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org