chore(build): wire up vendored StormLib as stormlib-9.31 (#104)

This commit is contained in:
Marco Tylus 2025-12-28 13:47:44 +09:00 committed by GitHub
parent 60afd3a801
commit ca6dd93c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 110 additions and 0 deletions

View file

@ -65,6 +65,7 @@ if(WHOA_SYSTEM_WIN)
endif()
add_subdirectory(lib)
add_subdirectory(vendor)
# Code coverage reporting
if(WHOA_STANDALONE AND CMAKE_BUILD_TYPE STREQUAL "Debug")