added queue to the cmakelists.txt

This commit is contained in:
herbglitch 2024-02-20 00:01:02 -07:00
parent df935585a0
commit 958fc9810e

View file

@ -46,6 +46,7 @@ set(ARCHEUS_STD_SOURCES
src/std/handler.c
src/std/hashtable.c
src/std/io.c
src/std/queue.c
src/std/stack.c
src/std/string.c
src/std/vector.c