ADD: added libzmq and cppm AND added the libs to the CMakeLists.txt
This commit is contained in:
@@ -10,10 +10,22 @@
|
||||
* @copyright 2022 MPLv2
|
||||
*/
|
||||
|
||||
#define ZMQ_BUILD_DRAFT_API 1
|
||||
#include <zmq.hpp>
|
||||
|
||||
/**
|
||||
* @brief namespace for all whisper-com related components
|
||||
*/
|
||||
namespace WHISPER
|
||||
{
|
||||
// Add datatypes here
|
||||
class whispercomm{
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
} // namespace WHISPER
|
||||
Reference in New Issue
Block a user