Video is working!

This commit is contained in:
Florian Märkl 2019-06-10 17:59:58 +02:00
commit 6846d61fa2
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 93 additions and 8 deletions

View file

@ -6,7 +6,8 @@ add_executable(chiaki-unit
main.c
http.c
rpcrypt.c
gkcrypt.c)
gkcrypt.c
takion.c)
target_link_libraries(chiaki-unit chiaki-lib munit)