build - added new source files to CMakeLists

This commit is contained in:
Richard Hodges 2014-08-07 11:09:02 +01:00
parent 4acee206d2
commit d2a84b5f8d
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
add_sources( add_sources(
array.h array.h
booleanset.h booleanset.h
buffer.h
bytebuffer.h
callbacks.h callbacks.h
channel.h channel.h
channelimpl.h channelimpl.h
@ -14,6 +16,7 @@ deferred.h
deferredcancel.h deferredcancel.h
deferredconsumer.h deferredconsumer.h
deferreddelete.h deferreddelete.h
deferredget.h
deferredqueue.h deferredqueue.h
entityimpl.h entityimpl.h
envelope.h envelope.h

View File

@ -44,6 +44,7 @@ connectiontuneokframe.h
consumedmessage.h consumedmessage.h
deferredcancel.cpp deferredcancel.cpp
deferredconsumer.cpp deferredconsumer.cpp
deferredget.cpp
exception.h exception.h
exchangebindframe.h exchangebindframe.h
exchangebindokframe.h exchangebindokframe.h