Skip to content

Instantly share code, notes, and snippets.

@hacst
hacst / CMakeLists.txt
Created June 5, 2018 23:18
Basic Systemd sd_notify + watchdog usage
cmake_minimum_required(VERSION 2.8)
project(sdnotify)
add_executable(sdnotify sdnotify.cpp)
target_link_libraries(sdnotify PUBLIC systemd)