From 618dad7df1942ae29b14ed59957610c901870626 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Fri, 15 Apr 2022 22:00:50 +0200 Subject: [PATCH] Adding gui_data_interface.hpp in CMakeLists.txt. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a49d57..7a85252 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ set(SOURCE_HEADERS include/gui/menu/menu_data.hpp include/characteristic/characteristic.hpp include/controller.hpp + include/gui_data_interface.hpp ) set(SOURCE_FILES