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:
28
vendor/POCO/Prometheus/Makefile
vendored
Normal file
28
vendor/POCO/Prometheus/Makefile
vendored
Normal 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
|
Reference in New Issue
Block a user