From 0e58d539ab99b28cd2108ba1f17ebb4381136716 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 31 Jul 2022 02:24:06 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fix=20compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 465901b..bf08f9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,9 +103,11 @@ add_executable(test-exec-interactive src/config.cpp src/config.hpp src/utils.cpp src/utils.hpp src/disk.cpp src/disk.hpp + src/drivers.cpp src/drivers.hpp src/widgets.cpp src/widgets.hpp src/follow_process_log.hpp src/follow_process_log.cpp src/crypto.cpp src/crypto.hpp + src/misc.cpp src/misc.hpp src/simple_tui.cpp src/simple_tui.hpp src/tui.cpp src/tui.hpp src/main_test.cpp @@ -115,9 +117,11 @@ add_executable(test-process-tailing src/config.cpp src/config.hpp src/utils.cpp src/utils.hpp src/disk.cpp src/disk.hpp + src/drivers.cpp src/drivers.hpp src/widgets.cpp src/widgets.hpp src/follow_process_log.hpp src/follow_process_log.cpp src/crypto.cpp src/crypto.hpp + src/misc.cpp src/misc.hpp src/simple_tui.cpp src/simple_tui.hpp src/tui.cpp src/tui.hpp src/test_proccess_tailing.cpp