mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
16 lines
266 B
Makefile
16 lines
266 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco PDF testsuite
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = PDFTestSuite Driver PDFTest
|
|
|
|
target = testrunner
|
|
target_version = 1
|
|
target_libs = PocoPDF PocoFoundation CppUnit
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|