1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-23 10:37:11 +02:00

Update POCO library.

This commit is contained in:
Sandu Liviu Catalin
2023-03-23 20:19:11 +02:00
parent 8d15f4b6e9
commit 233fc103f9
2521 changed files with 257092 additions and 72789 deletions

28
vendor/POCO/Prometheus/Makefile vendored Normal file
View File

@ -0,0 +1,28 @@
#
# Makefile
#
# Makefile for Poco Prometheus
#
include $(POCO_BASE)/build/rules/global
objects = \
Collector \
Counter \
IntCounter \
Gauge \
IntGauge \
LabeledMetric \
Histogram \
Registry \
TextExporter \
MetricsRequestHandler \
MetricsServer \
ProcessCollector \
ThreadPoolCollector
target = PocoPrometheus
target_version = $(LIBVERSION)
target_libs = PocoFoundation PocoNet
include $(POCO_BASE)/build/rules/lib