Transitioning unit tests to gtest

This commit is contained in:
Dynamitos
2023-12-18 08:37:25 +01:00
parent 34e0d283e8
commit 617bb2828d
29 changed files with 416 additions and 820 deletions
+4
View File
@@ -0,0 +1,4 @@
target_sources(SeeleUnitTests
PRIVATE
GraphicsResources.cpp)