1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/vendor/POCO/PocoDoc/Makefile

16 lines
262 B
Makefile
Raw Normal View History

#
# Makefile
#
# Makefile for Poco PocoDoc
#
include $(POCO_BASE)/build/rules/global
objects = DocWriter PocoDoc
target = PocoDoc
target_version = 1
target_libs = PocoCppParser PocoFoundation PocoXML PocoUtil
include $(POCO_BASE)/build/rules/exec