new Queue<>,new QueueTest.cpp,test OK!

This commit is contained in:
2023-08-09 16:53:45 +08:00
parent 008de4cd31
commit dbf6113742
4 changed files with 123 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ add_executable(StackTest datatype/StackTest.cpp)
cm_example_project("DataType" StackTest)
add_executable(QueueTest datatype/QueueTest.cpp)
cm_example_project("DataType" QueueTest)
set_property(TARGET QueueTest PROPERTY FOLDER "CM/Examples/DataType")
####################################################################################################