mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +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
3
test/stormdll/CMakeLists.txt
Normal file
3
test/stormdll/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
add_library(storm SHARED stormstubs.cpp storm.def)
|
||||
target_include_directories(storm PRIVATE "../..")
|
||||
Loading…
Add table
Add a link
Reference in a new issue