[common] vector: add new data structure

This commit is contained in:
Quantum
2021-08-22 03:38:13 -04:00
committed by Geoffrey McRae
parent 0b70aa49d0
commit 24e0343156
3 changed files with 156 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ set(COMMON_SOURCES
src/rects.c
src/runningavg.c
src/ringbuffer.c
src/vector.c
)
add_library(lg_common STATIC ${COMMON_SOURCES})