build - added new source files to CMakeLists
This commit is contained in:
parent
4acee206d2
commit
d2a84b5f8d
|
|
@ -1,6 +1,8 @@
|
|||
add_sources(
|
||||
array.h
|
||||
booleanset.h
|
||||
buffer.h
|
||||
bytebuffer.h
|
||||
callbacks.h
|
||||
channel.h
|
||||
channelimpl.h
|
||||
|
|
@ -14,6 +16,7 @@ deferred.h
|
|||
deferredcancel.h
|
||||
deferredconsumer.h
|
||||
deferreddelete.h
|
||||
deferredget.h
|
||||
deferredqueue.h
|
||||
entityimpl.h
|
||||
envelope.h
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ connectiontuneokframe.h
|
|||
consumedmessage.h
|
||||
deferredcancel.cpp
|
||||
deferredconsumer.cpp
|
||||
deferredget.cpp
|
||||
exception.h
|
||||
exchangebindframe.h
|
||||
exchangebindokframe.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue