ADD: added libzmq and cppm AND added the libs to the CMakeLists.txt
This commit is contained in:
19
src/WHISPER/whisper.cpp
Normal file
19
src/WHISPER/whisper.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @copyright 2022 MPLv2
|
||||
*/
|
||||
|
||||
#include <WHISPER/whisper.hpp>
|
||||
/**
|
||||
* @brief namespace for all whisper-com related components
|
||||
*/
|
||||
namespace WHISPER
|
||||
{
|
||||
// Add datatypes here
|
||||
} // namespace WHISPER
|
||||
Reference in New Issue
Block a user