1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-03-02 18:27:28 +01:00

16 lines
254 B
Plaintext
Raw Normal View History

#
# 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