...
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user