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

16 lines
302 B
Makefile
Raw Normal View History

2021-08-22 17:07:06 +02:00
#
# Makefile
#
# Makefile for Poco ActiveRecord Library
#
include $(POCO_BASE)/build/rules/global
objects = Context ActiveRecord IDTraits StatementPlaceholderProvider
target = PocoActiveRecord
target_version = 1
target_libs = PocoData PocoFoundation
include $(POCO_BASE)/build/rules/lib