Files
poco/Foundation/samples/URI/Makefile
FrancisANDRE e9c43f0d59 Add missing PocoJSON PocoXML
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 13:49:18 +01:00

18 lines
282 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/Foundation/samples/URI/Makefile#1 $
#
# Makefile for Poco URI
#
include $(POCO_BASE)/build/rules/global
objects = URI
target = URI
target_version = 1
target_libs = PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec