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