added Arch post install script, and some general updates
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.31)
|
||||
project(home_lab_watchdog_keepalive)
|
||||
|
||||
add_definitions(-DVERSION=${VERSION})
|
||||
add_definitions(-DVERSION="VERSION")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(home_lab_watchdog_keepalive main.cpp
|
||||
str_utils.h
|
||||
str_utils.cpp)
|
||||
str_utils.cpp
|
||||
commands.h)
|
||||
|
||||
Reference in New Issue
Block a user