FIX: fixed cmakelists for usage as lib

This commit is contained in:
Henry Winkel
2022-12-19 16:29:26 +01:00
parent 8fcf4244b0
commit 5a9d5dae40
2 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
#include "WHISPER/Messages/Leave.hpp"
#include "WHISPER/Messages/Message.hpp"
#include "WHISPER/whisper.hpp"
#include "zmq.hpp"
#include <zmq.hpp>
#include <chrono>
#include <cstdint>
#include <memory>