userspace: Add LibQR

This library can be used to generate QR codes
This commit is contained in:
2025-10-26 22:43:09 +02:00
parent 4952a82af5
commit d93fcff5db
4 changed files with 888 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set(USERSPACE_LIBRARIES
LibInput
LibMath
LibPthread
LibQR
)
foreach(library ${USERSPACE_LIBRARIES})