poco/Data/samples/RowFormatter/Makefile
2023-11-01 16:29:49 +01:00

20 lines
351 B
Makefile

#
# Makefile
#
# Makefile for Poco Data RowFormatter sample
#
include $(POCO_BASE)/build/rules/global
objects = RowFormatter
ifndef POCO_DATA_NO_SQL_PARSER
target_includes = $(POCO_BASE)/Data/src
endif
target = RowFormatter
target_version = 1
target_libs = PocoDataSQLite PocoData PocoFoundation
include $(POCO_BASE)/build/rules/exec