[client/common] move ll from the client into the common code module

This commit is contained in:
Geoffrey McRae
2022-01-12 12:22:18 +11:00
parent 1851002fc1
commit 6bba9bc25d
14 changed files with 4 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ set(COMMON_SOURCES
src/vector.c
src/cpuinfo.c
src/debug.c
src/ll.c
)
add_library(lg_common STATIC ${COMMON_SOURCES})