This commit is contained in:
Timur A. Fatkhullin
2024-10-21 01:21:53 +03:00
parent 117d8c4a3d
commit b8fdae9d16
4 changed files with 411 additions and 41 deletions

View File

@@ -21,11 +21,12 @@ set(ADC_DEVICE_HEADERS
device/adc_device_attribute.h
device/adc_device_command.h
device/adc_device.h
device/adc_device_concepts.h
)
set(ADC_NETWORK_HEADERS
net/adc_netmsg.h
# net/adc_netmsg.h
# net/adc_netmessage.h
net/adc_netproto.h
net/adc_netservice.h
@@ -33,6 +34,7 @@ set(ADC_NETWORK_HEADERS
net/adc_netserver.h
net/adc_net_concepts.h
net/adc_device_netmsg.h
net/adc_device_netserver.h
)
@@ -74,6 +76,7 @@ if (SPDLOG_LIBRARY)
endif()
option(USE_UWEBSOCKET "Use of uWebsocket library for websocket-related staff" ON)
if (USE_UWEBSOCKET)