mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Session HTTP Request
This commit is contained in:
parent
a81de8f7b5
commit
27286817db
9 changed files with 414 additions and 43 deletions
|
@ -3,12 +3,15 @@ set(HEADER_FILES
|
|||
include/chiaki/session.h
|
||||
include/chiaki/common.h
|
||||
include/chiaki/thread.h
|
||||
include/chiaki/base64.h)
|
||||
include/chiaki/base64.h
|
||||
include/chiaki/http.h)
|
||||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
src/session.c
|
||||
src/thread.c
|
||||
src/base64.c)
|
||||
src/base64.c
|
||||
src/http.c)
|
||||
|
||||
add_library(chiaki-lib ${HEADER_FILES} ${SOURCE_FILES})
|
||||
set_target_properties(chiaki-lib PROPERTIES OUTPUT_NAME chiaki)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue