HW2 Publish

This commit is contained in:
2025-10-08 00:01:57 +08:00
commit fd471a68c4
19 changed files with 2357 additions and 0 deletions

17
files.cmake Normal file
View File

@@ -0,0 +1,17 @@
set(SRC_FILES
Snack.cpp
Storage.cpp
StorageManager.cpp
)
set(INCLUDE_FILES
Snack.hpp
Storage.hpp
StorageManager.hpp
)
set(TEST_FILES
ut_snack.cpp
ut_storage.cpp
ut_storage_manager.cpp
)