feat(test): support more storm.dll versions

This commit is contained in:
Adam Heinermann 2025-11-15 14:36:44 -08:00 committed by fallenoak
parent 5ec28d3aac
commit 48a2315122
3 changed files with 19 additions and 4 deletions

View file

@ -9,8 +9,11 @@ if(WHOA_TEST_STORMDLL)
Region.cpp
String.cpp
Test.cpp
Unicode.cpp
)
if(WHOA_STORMDLL_VERSION GREATER_EQUAL 2003)
list(APPEND TEST_SOURCES Unicode.cpp)
endif()
else()
file(GLOB TEST_SOURCES
"*.cpp"