From 4e013f213c06e54ff22d236f1af96d08c7a39154 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Tue, 5 Jul 2016 15:53:27 +0200 Subject: [PATCH] tests: fix link errors when GMIO_BUILD_SHARED_LIBS=ON --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c4e1bb6..4651296 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -50,6 +50,7 @@ if(GMIO_BUILD_SHARED_LIBS) # exports all symbols) set(GMIO_TEST_CORE_SRC ${GMIO_TEST_CORE_SRC} + ../src/gmio_core/internal/locale_utils.c ../src/gmio_core/internal/numeric_utils.c ../src/gmio_core/internal/stringstream.c) endif() @@ -69,6 +70,7 @@ if(GMIO_BUILD_SHARED_LIBS) # See Note_1 set(GMIO_TEST_STL_SRC ${GMIO_TEST_STL_SRC} + ../src/gmio_core/internal/locale_utils.c ../src/gmio_core/internal/numeric_utils.c ../src/gmio_stl/internal/stl_rw_common.c) endif()