1
0
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:
Sandu Liviu Catalin
2023-03-23 20:19:11 +02:00
parent 8d15f4b6e9
commit 233fc103f9
2521 changed files with 257092 additions and 72789 deletions
+23
View File
@@ -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