1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

add toString function for lws reasons (for debugging and logging purposes)

This commit is contained in:
Falk Werner
2020-02-23 21:01:05 +01:00
parent 77810168e0
commit 8841ac40f8
3 changed files with 230 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ add_library(webfuse-core STATIC
lib/webfuse/core/string.c
lib/webfuse/core/base64.c
lib/webfuse/core/lws_log.c
lib/webfuse/core/lws_utils.c
)
set_target_properties(webfuse-core PROPERTIES OUTPUT_NAME webfuse-core)