mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 06:35:03 +01:00
Some of the samples need to link with PocoJSON
This commit is contained in:
parent
e395f416fb
commit
a1113c1f00
@ -12,6 +12,6 @@ objects = Mail
|
||||
|
||||
target = Mail
|
||||
target_version = 1
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
@ -12,6 +12,6 @@ objects = dict
|
||||
|
||||
target = dict
|
||||
target_version = 1
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
@ -12,6 +12,6 @@ objects = download
|
||||
|
||||
target = download
|
||||
target_version = 1
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
@ -12,6 +12,6 @@ objects = httpget
|
||||
|
||||
target = httpget
|
||||
target_version = 1
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
||||
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
Loading…
x
Reference in New Issue
Block a user