mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
feat(test): support more storm.dll versions
This commit is contained in:
parent
5ec28d3aac
commit
48a2315122
3 changed files with 19 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue