mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Senkusha send big
This commit is contained in:
parent
1f6209e638
commit
99242c726b
5 changed files with 102 additions and 15 deletions
|
@ -22,7 +22,8 @@ set(SOURCE_FILES
|
|||
src/rpcrypt.c
|
||||
src/takion.c
|
||||
src/senkusha.c
|
||||
src/utils.h)
|
||||
src/utils.h
|
||||
src/pb_utils.h)
|
||||
|
||||
add_subdirectory(protobuf)
|
||||
include_directories("${NANOPB_SOURCE_DIR}")
|
||||
|
@ -39,4 +40,6 @@ find_package(Threads)
|
|||
target_link_libraries(chiaki-lib Threads::Threads)
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
target_link_libraries(chiaki-lib OpenSSL::Crypto)
|
||||
target_link_libraries(chiaki-lib OpenSSL::Crypto)
|
||||
|
||||
target_link_libraries(chiaki-lib protobuf-nanopb-static)
|
Loading…
Add table
Add a link
Reference in a new issue