added RAM_TestClass

This commit is contained in:
2023-06-21 20:01:17 +08:00
parent 9148d1c0be
commit 5a7ea1675f
5 changed files with 202 additions and 0 deletions

View File

@@ -52,3 +52,5 @@ add_executable(OSFontList OSFontList.cpp)
cm_example_project(OSFontList)
target_link_libraries(OSFontList PRIVATE CMUtil)
add_executable(RuntimeAssetManagerTest RuntimeAssetManagerTest.cpp RuntimeAssetManager.h RAM_TestClass.h RAM_TestClass.cpp)
cm_example_project(RuntimeAssetManagerTest)