mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(test): add support for testing against storm.dll
This commit is contained in:
parent
47d903f4ac
commit
982a89b6da
9 changed files with 648 additions and 7 deletions
|
|
@ -79,5 +79,10 @@ if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|||
)
|
||||
endif()
|
||||
|
||||
add_subdirectory(storm)
|
||||
if(WHOA_TEST_STORMDLL)
|
||||
add_definitions(-DWHOA_TEST_STORMDLL)
|
||||
add_subdirectory(test/stormdll)
|
||||
else()
|
||||
add_subdirectory(storm)
|
||||
endif()
|
||||
add_subdirectory(test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue