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:
@@ -5,6 +5,8 @@ set(USERSPACE_LIBRARIES
|
||||
LibGUI
|
||||
LibImage
|
||||
LibInput
|
||||
LibMath
|
||||
LibPthread
|
||||
)
|
||||
|
||||
foreach(library ${USERSPACE_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user