ADD: added libzmq and cppm AND added the libs to the CMakeLists.txt

This commit is contained in:
Henry Winkel
2022-10-22 14:44:02 +02:00
parent 1c59c6d56e
commit 8642954942
4 changed files with 47 additions and 0 deletions

View File

@@ -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