mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-21 02:00:33 +01:00
ce797f7700
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
18 lines
303 B
Makefile
18 lines
303 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id$
|
|
#
|
|
# Makefile for Poco MongoDB testsuite
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = Driver MongoDBTest MongoDBTestSuite
|
|
|
|
target = testrunner
|
|
target_version = 1
|
|
target_libs = PocoMongoDB PocoFoundation PocoNet PocoCppUnit
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|