Add channel.cpp and message.hpp
This commit is contained in:
parent
5b8ea48058
commit
93fa26aa1a
@ -39,10 +39,12 @@ include_directories(
|
||||
|
||||
# Define files
|
||||
set(SRCS
|
||||
"src/channel.cpp"
|
||||
"src/node.cpp")
|
||||
|
||||
set(HDRS
|
||||
"include/neocomm/channel.hpp"
|
||||
"include/neocomm/message.hpp"
|
||||
"include/neocomm/node.hpp")
|
||||
|
||||
# Define C++ compiler flags
|
||||
|
Loading…
Reference in New Issue
Block a user