blob: 2860ba2be02cb0e45e9017173b5325431754609f [file] [edit]
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
endif()
add_entrypoint_object(
if_indextoname
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.if_indextoname
)
add_entrypoint_object(
if_nametoindex
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.if_nametoindex
)
add_entrypoint_object(
if_nameindex
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.if_nameindex
)
add_entrypoint_object(
if_freenameindex
ALIAS
DEPENDS
.${LIBC_TARGET_OS}.if_freenameindex
)