mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add CLI Executable
This commit is contained in:
parent
84f91c2e21
commit
3270f64dae
3 changed files with 58 additions and 0 deletions
5
cli/CMakeLists.txt
Normal file
5
cli/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
set(SOURCE
|
||||
src/main.c)
|
||||
|
||||
add_executable(chiaki_cli ${SOURCE})
|
Loading…
Add table
Add a link
Reference in a new issue