Fix windows compilation.

This commit is contained in:
jmsgrogan 2022-11-30 20:53:17 +00:00
parent b45385e8c7
commit b17ba8b3a7
23 changed files with 85 additions and 53 deletions

View file

@ -1,4 +1,4 @@
add_library(test_utils SHARED
add_library(test_utils STATIC
TestCase.h
TestCaseRunner.cpp
)