Add missing PocoJSON PocoXML

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-11-16 13:49:18 +01:00
parent 46a261a0dd
commit e9c43f0d59
4 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@ set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
target_link_libraries( ${SAMPLE_NAME} PocoFoundation )
target_link_libraries( ${SAMPLE_NAME} PocoJSON PocoXML PocoFoundation)

View File

@ -12,6 +12,6 @@ objects = StringTokenizer
target = StringTokenizer
target_version = 1
target_libs = PocoFoundation
target_libs = PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec

View File

@ -4,4 +4,4 @@ set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
target_link_libraries( ${SAMPLE_NAME} PocoFoundation )
target_link_libraries( ${SAMPLE_NAME} PocoJSON PocoXML PocoFoundation )

View File

@ -12,6 +12,6 @@ objects = URI
target = URI
target_version = 1
target_libs = PocoFoundation
target_libs = PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec