You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
205 B

add_header_library(
errno_setter_matcher
HDRS
ErrnoSetterMatcher.h
)
add_custom_target(check-libc)
add_subdirectory(config)
add_subdirectory(loader)
add_subdirectory(src)
add_subdirectory(utils)