From e9c43f0d591ccad4305f80510970dac074d73cd7 Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Mon, 16 Nov 2015 13:49:18 +0100 Subject: [PATCH] Add missing PocoJSON PocoXML Signed-off-by: FrancisANDRE --- Foundation/samples/StringTokenizer/CMakeLists.txt | 2 +- Foundation/samples/StringTokenizer/Makefile | 2 +- Foundation/samples/URI/CMakeLists.txt | 2 +- Foundation/samples/URI/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Foundation/samples/StringTokenizer/CMakeLists.txt b/Foundation/samples/StringTokenizer/CMakeLists.txt index 3adf1b123..3ad93f867 100644 --- a/Foundation/samples/StringTokenizer/CMakeLists.txt +++ b/Foundation/samples/StringTokenizer/CMakeLists.txt @@ -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) diff --git a/Foundation/samples/StringTokenizer/Makefile b/Foundation/samples/StringTokenizer/Makefile index 2114063ea..8c150b38e 100644 --- a/Foundation/samples/StringTokenizer/Makefile +++ b/Foundation/samples/StringTokenizer/Makefile @@ -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 diff --git a/Foundation/samples/URI/CMakeLists.txt b/Foundation/samples/URI/CMakeLists.txt index 47775f89c..c120f5631 100644 --- a/Foundation/samples/URI/CMakeLists.txt +++ b/Foundation/samples/URI/CMakeLists.txt @@ -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 ) diff --git a/Foundation/samples/URI/Makefile b/Foundation/samples/URI/Makefile index 17ffb8f0a..761a7c906 100644 --- a/Foundation/samples/URI/Makefile +++ b/Foundation/samples/URI/Makefile @@ -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