From cb9b4e2b2aeeb63e3decb424884da1c04b92da64 Mon Sep 17 00:00:00 2001 From: mathis_s Date: Tue, 4 Nov 2025 13:41:30 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a826de9..0e8b247 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.03) project(ets_logout VERSION 0.1) +add_subdirectory(tcpip_rs232) + add_library( ets_logout src/ets_logout.cxx