1include_directories(.) 2 3if (LWS_WITH_SYS_METRICS) 4 list(APPEND SOURCES 5 system/metrics/metrics.c 6 ) 7endif() 8 9exports_to_parent_scope() 10 11