poco/ActiveRecord/Makefile
2023-11-01 11:53:15 +01:00

20 lines
381 B
Makefile

#
# Makefile
#
# Makefile for Poco ActiveRecord Library
#
include $(POCO_BASE)/build/rules/global
objects = Context ActiveRecord IDTraits StatementPlaceholderProvider
ifndef POCO_DATA_NO_SQL_PARSER
target_includes = $(POCO_BASE)/Data/src
endif
target = PocoActiveRecord
target_version = 1
target_libs = PocoData PocoFoundation
include $(POCO_BASE)/build/rules/lib