Inial commit

This commit is contained in:
Carl Philipp Klemm 2026-02-06 09:28:04 +01:00
commit e7656962d2
3 changed files with 169 additions and 0 deletions

8
CMakeLists.txt Normal file
View file

@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.21)
project(onkioriclient LANGUAGES C)
set(CMAKE_C_STANDARD 17)
add_executable(${PROJECT_NAME} main.c)
install(FILES onkiori.service DESTINATION /etc/systemd/system)