Initial Commit

This commit is contained in:
2025-06-19 16:25:25 +02:00
commit d62635c7d9
5 changed files with 123 additions and 0 deletions

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.31)
project(home_lab_watchdog_keepalive)
set(CMAKE_CXX_STANDARD 20)
add_executable(home_lab_watchdog_keepalive main.cpp
str_utils.h
str_utils.cpp)