poco/ActiveRecord/Compiler/Makefile
2023-06-12 16:28:20 +02:00

15 lines
295 B
Makefile

#
# Makefile
#
# Makefile for Poco ActiveRecord Compiler
#
include $(POCO_BASE)/build/rules/global
objects = Parser CodeGenerator HeaderGenerator ImplGenerator Compiler
target = poco-arc
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec