1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-31 16:04:27 +02:00
Günter Obiltschnig 6c828018df added JWT library
2019-07-30 11:19:49 +02:00

20 lines
368 B
Makefile

#
# Makefile
#
# Makefile for Poco JWT testsuite
#
include $(POCO_BASE)/build/rules/global
objects = SerializerTest TokenTest SignerTest JWTTestSuite Driver
target = testrunner
target_version = 1
target_libs = PocoJWT PocoJSON PocoCrypto PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lpcre
endif