mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
16 lines
254 B
Plaintext
16 lines
254 B
Plaintext
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco Foundation testsuite
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = TestPlugin TestLibrary
|
|
|
|
target = TestLibrary
|
|
target_version = 1
|
|
target_libs = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/dylib
|