From 36e54790b4f77fe93270394767f181c22a4c5e16 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Sat, 27 Mar 2021 10:31:23 +0100 Subject: [PATCH] Include headers in cmake file --- CMakeLists.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+), 0 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f0f73f..eb057a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,32 @@ SET(CMAKE_CXX_FLAGS "-rdynamic") add_compile_options(-Wall) add_executable(FlashMQ + mainapp.h + utils.h + threaddata.h + client.h + session.h + mqttpacket.h + exceptions.h + types.h + subscriptionstore.h + rwlockguard.h + retainedmessage.h + cirbuf.h + logger.h + authplugin.h + configfileparser.h + sslctxmanager.h + timer.h + iowrapper.h + mosquittoauthoptcompatwrap.h + settings.h + listener.h + unscopedlock.h + scopedsocket.h + bindaddr.h + oneinstancelock.h + mainapp.cpp main.cpp utils.cpp -- libgit2 0.21.4