This commit is contained in:
2024-11-15 12:49:11 +03:00
parent 285f8de1f7
commit 221f595bcb
6 changed files with 23 additions and 16 deletions

View File

@@ -53,6 +53,7 @@ set(ADC_NETWORK_HEADERS
# net/adc_netservice.h
net/adc_endpoint.h
net/adc_netserver.h
net/adc_netclient.h
net/adc_net_concepts.h
net/adc_device_netmsg.h
net/adc_device_netserver.h
@@ -199,8 +200,12 @@ if (BUILD_TESTS)
# add_test(VALUE_HOLDER ${VALUEHOLDER_TEST_APP})
add_test(VALUE_HOLDER ${DEVATTR_TEST_APP})
add_test(NETMSG_TEST ${NETMSG_TEST_APP})
add_test(ASIO_NETSRV_TEST ${ASIO_NETSERVER_TEST_APP})
target_link_libraries(${ASIO_NETSERVER_TEST_APP} PRIVATE fmt::fmt)
if (SPDLOG_LIBRARY)
target_link_libraries(${ASIO_NETSERVER_TEST_APP} PRIVATE fmt::fmt)
endif()
enable_testing()
endif(BUILD_TESTS)