Add custom soft pointer "object_ptr" and tests for this

This commit is contained in:
Jiga228
2025-10-17 21:11:09 +07:00
parent 938b76ac07
commit 136235749a
4 changed files with 195 additions and 0 deletions
+2
View File
@@ -12,8 +12,10 @@ enable_testing()
file(GLOB SRC
"SaveMapTest.cpp"
"ObjectPtrTest.cpp"
"${PROJECT_SOURCE_DIR}/Core/Game/SaveMap/SaveMap.cpp"
"${PROJECT_SOURCE_DIR}/Core/Types/object_ptr.cpp"
)
add_executable(Tests ${SRC})