8 lines
104 B
CMake
8 lines
104 B
CMake
target_include_directories(userspace_libc
|
|
PUBLIC
|
|
include
|
|
include/sys
|
|
)
|
|
|
|
add_subdirectory(src)
|