tests: fix compilation error when GMIO_BUILD_SHARED_LIBS=ON

This commit is contained in:
Hugues Delorme 2015-11-20 12:02:09 +01:00
parent c1db98e8c3
commit de5bc9c6f4

View File

@ -38,7 +38,7 @@ if(GMIO_BUILD_SHARED_LIBS)
# exports all symbols) # exports all symbols)
set(GMIO_TEST_CORE_SRC set(GMIO_TEST_CORE_SRC
${GMIO_TEST_CORE_SRC} ${GMIO_TEST_CORE_SRC}
../src/gmio_core/internal/string_parse.c) ../src/gmio_core/internal/stringstream.c)
endif() endif()
add_executable(test_core EXCLUDE_FROM_ALL ${GMIO_TEST_CORE_SRC}) add_executable(test_core EXCLUDE_FROM_ALL ${GMIO_TEST_CORE_SRC})