mirror of
https://github.com/SphereServer/Source-X
synced 2026-08-13 10:23:05 -04:00
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.
9 lines
303 B
CMake
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})
|