Session Request working

This commit is contained in:
Florian Märkl 2018-11-16 21:39:18 +01:00
commit 2fa6ad8b21
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
11 changed files with 263 additions and 33 deletions

3
gui/CMakeLists.txt Normal file
View file

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