mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
Add missing PocoJSON PocoXML
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
46a261a0dd
commit
e9c43f0d59
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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 )
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user