Add SeqNum

This commit is contained in:
Florian Märkl 2019-06-12 13:44:51 +02:00
commit d9cb444ec6
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 132 additions and 2 deletions

View file

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