Add CLI Executable

This commit is contained in:
Florian Märkl 2019-08-08 18:38:18 +02:00
commit 3270f64dae
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 58 additions and 0 deletions

5
cli/CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
set(SOURCE
src/main.c)
add_executable(chiaki_cli ${SOURCE})