mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
chore: cleanup jsonrpc library
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# jsonrpc
|
||||
|
||||
add_library(jsonrpc STATIC
|
||||
lib/jsonrpc/proxy.c
|
||||
lib/jsonrpc/server.c
|
||||
lib/jsonrpc/method.c
|
||||
lib/jsonrpc/request.c
|
||||
lib/jsonrpc/response.c
|
||||
lib/jsonrpc/error.c
|
||||
lib/jsonrpc/api.c
|
||||
lib/jsonrpc/impl/proxy.c
|
||||
lib/jsonrpc/impl/server.c
|
||||
lib/jsonrpc/impl/method.c
|
||||
lib/jsonrpc/impl/request.c
|
||||
lib/jsonrpc/impl/response.c
|
||||
lib/jsonrpc/impl/error.c
|
||||
)
|
||||
|
||||
target_include_directories(jsonrpc PUBLIC lib)
|
||||
|
||||
@@ -14,6 +14,7 @@ add_executable(alltests
|
||||
test/jsonrpc/test_response.cc
|
||||
test/jsonrpc/test_server.cc
|
||||
test/jsonrpc/test_proxy.cc
|
||||
test/jsonrpc/test_response_parser.cc
|
||||
test/webfuse/utils/tempdir.cc
|
||||
test/webfuse/utils/file_utils.cc
|
||||
test/webfuse/utils/msleep.cc
|
||||
@@ -32,7 +33,6 @@ add_executable(alltests
|
||||
test/webfuse/tests/core/test_status.cc
|
||||
test/webfuse/tests/core/test_message.cc
|
||||
test/webfuse/tests/core/test_message_queue.cc
|
||||
test/webfuse/tests/adapter/test_response_parser.cc
|
||||
test/webfuse/tests/adapter/test_server.cc
|
||||
test/webfuse/tests/adapter/test_server_config.cc
|
||||
test/webfuse/tests/adapter/test_timepoint.cc
|
||||
|
||||
Reference in New Issue
Block a user