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

20 lines
356 B
Makefile

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