# node-specific target for this directory
ADD_CUSTOM_TARGET(
    confix-node-specific-target--parity.runtime.sys
)
INSTALL(
    FILES stat.h
    DESTINATION include/parity.runtime/sys
)
INSTALL(
    FILES time.h
    DESTINATION include/parity.runtime/sys
)
INSTALL(
    FILES timeb.h
    DESTINATION include/parity.runtime/sys
)
INSTALL(
    FILES types.h
    DESTINATION include/parity.runtime/sys
)
INSTALL(
    FILES times.h
    DESTINATION include/parity.runtime/sys
)
INSTALL(
    FILES socket.h
    DESTINATION include/parity.runtime/sys
)
INSTALL(
    FILES select.h
    DESTINATION include/parity.runtime/sys
)
