sphere-source-x/tests/CMakeSources.cmake
cbnolok 42a329abd6 Fixed CUOClientVersion implementation.
Expanded Str_To* functions by having a uiStopAtLen parameter, in order
to make it able to parse substrings. If the param is 0, just parse it
until the end as always.
2025-06-11 14:55:49 +02:00

9 lines
303 B
CMake

set(SPHERE_TESTS_SOURCES
tests/src/t_num_parsing.cpp
tests/src/t_CPointBase.cpp
tests/src/t_CUOClientVersion.cpp
)
source_group(tests FILES ${SPHERE_TESTS_SOURCES})
#set(SPHERE_HEADERS ${SPHERE_HEADERS} ${SPHERE_TESTS_HEADERS})
set(SPHERE_SOURCES ${SPHERE_SOURCES} ${SPHERE_TESTS_SOURCES})