Inial commit
This commit is contained in:
commit
e7656962d2
3 changed files with 169 additions and 0 deletions
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue