added ActiveDataManagerTest.cpp

This commit is contained in:
2023-09-18 22:27:56 +08:00
parent eeec8248a4
commit 9312dc8b39
4 changed files with 125 additions and 4 deletions

View File

@@ -68,10 +68,10 @@ add_executable(PoolTest datatype/PoolTest.cpp)
set_example_project_folder("DataType/DataArray" PoolTest)
add_executable(ActiveIDManagerTest datatype/ActiveIDManagerTest.cpp)
set_example_project_folder("DataType/DataArray" ActiveIDManagerTest)
cm_example_project("DataType/DataArray" ActiveIDManagerTest)
add_executable(ActiveDataManagerTest datatype/ActiveDataManagerTest.cpp)
set_example_project_folder("DataType/DataArray" ActiveDataManagerTest)
cm_example_project("DataType/DataArray" ActiveDataManagerTest)
add_executable(MapTest datatype/MapTest.cpp)
set_example_project_folder("DataType/DataArray" MapTest)