mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-05 10:17:20 +02:00
Update POCO library.
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# Makefile for Poco Prometheus testsuite
|
||||
#
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = \
|
||||
Driver \
|
||||
CounterTest \
|
||||
GaugeTest \
|
||||
IntCounterTest \
|
||||
IntGaugeTest \
|
||||
CallbackMetricTest \
|
||||
HistogramTest \
|
||||
PrometheusTestSuite
|
||||
|
||||
target = testrunner
|
||||
target_version = 1
|
||||
target_libs = PocoPrometheus PocoNet PocoFoundation CppUnit
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
Reference in New Issue
Block a user