merged from latest upstream

This commit is contained in:
Richard Hodges 2014-07-28 15:16:32 +01:00
parent b41e2edc52
commit b9ca150dba
3 changed files with 11 additions and 2 deletions

View File

@ -28,3 +28,5 @@ include_directories(${CMAKE_SOURCE_DIR}/include)
add_library(amqp-cpp STATIC ${SRCS})
target_include_directories(amqp-cpp SYSTEM PUBLIC ${PROJECT_SOURCE_DIR})
set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)

View File

@ -1,8 +1,8 @@
add_sources(
array.h
booleanset.h
callbacks.h
channel.h
channelhandler.h
channelimpl.h
classes.h
compat_endian.h
@ -10,6 +10,11 @@ connection.h
connectionhandler.h
connectionimpl.h
decimalfield.h
deferred.h
deferredcancel.h
deferredconsumer.h
deferreddelete.h
deferredqueue.h
entityimpl.h
envelope.h
exchangetype.h
@ -19,6 +24,7 @@ flags.h
login.h
message.h
metadata.h
monitor.h
numericfield.h
outbuffer.h
receivedframe.h

View File

@ -42,6 +42,8 @@ connectionstartokframe.h
connectiontuneframe.h
connectiontuneokframe.h
consumedmessage.h
deferredcancel.cpp
deferredconsumer.cpp
exception.h
exchangebindframe.h
exchangebindokframe.h
@ -62,7 +64,6 @@ heartbeatframe.h
includes.h
messageimpl.h
methodframe.h
monitor.h
protocolexception.h
protocolheaderframe.h
queuebindframe.h