Initial Commit
This commit is contained in:
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user