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