mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
feat(test): add options for other versions of storm.dll
This commit is contained in:
parent
737728b9e8
commit
5190c49019
4 changed files with 23 additions and 6 deletions
|
|
@ -80,7 +80,13 @@ if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|||
endif()
|
||||
|
||||
if(WHOA_TEST_STORMDLL)
|
||||
# Doesn't build squall, but still builds the tests to run against a real Storm.dll
|
||||
add_definitions(-DWHOA_TEST_STORMDLL)
|
||||
if(WHOA_STORMDLL_VERSION)
|
||||
add_definitions(-DWHOA_STORMDLL_VERSION=${WHOA_STORMDLL_VERSION})
|
||||
else()
|
||||
add_definitions(-DWHOA_STORMDLL_VERSION=2016)
|
||||
endif()
|
||||
add_subdirectory(test/stormdll)
|
||||
else()
|
||||
add_subdirectory(storm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue