userspace: Add empty libm and libpthread

These making porting stuff easier. I could not find a way to tell CMake
that the system does not have threads library
This commit is contained in:
2025-06-02 11:07:39 +03:00
parent e109b5cff6
commit b7948551ff
5 changed files with 38 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ set(USERSPACE_LIBRARIES
LibGUI
LibImage
LibInput
LibMath
LibPthread
)
foreach(library ${USERSPACE_LIBRARIES})