mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
11 lines
137 B
Text
11 lines
137 B
Text
![]() |
include_directories(.)
|
||
|
|
||
|
if (LWS_WITH_SYS_METRICS)
|
||
|
list(APPEND SOURCES
|
||
|
system/metrics/metrics.c
|
||
|
)
|
||
|
endif()
|
||
|
|
||
|
exports_to_parent_scope()
|
||
|
|