From bb0a43859617ab72db1ede08d4b888bc67b003e4 Mon Sep 17 00:00:00 2001 From: arod571431 Date: Sun, 3 Aug 2025 21:28:50 +0800 Subject: [PATCH] One more two more three more --- CMakeLists.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c464d2..736aa65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,9 +83,15 @@ else() endif() add_executable(ut_test_1 - include/Package.hpp - src/Package.cpp - test/ut_Package.cpp + include/MainDish.hpp + include/SideDish.hpp + include/Drink.hpp + include/Food.hpp + src/MainDish.cpp + src/SideDish.cpp + src/Drink.cpp + src/Food.cpp + test/ut_Food.cpp ) add_executable(ut_test_2