Basic Session

This commit is contained in:
Florian Märkl 2018-11-15 19:12:21 +01:00
commit a81de8f7b5
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
11 changed files with 445 additions and 3 deletions

View file

@ -1,3 +1,5 @@
add_executable(chiaki-test
main.c)
main.c)
target_link_libraries(chiaki-test chiaki-lib)