1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 20:17:15 +01:00

16 lines
277 B
Makefile
Raw Normal View History

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