################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# runtime/src/iree/async/platform/iocp/BUILD.bazel                             #
#                                                                              #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary   #
# CMake-only content.                                                          #
#                                                                              #
# To disable autogeneration for this file entirely, delete this header.        #
################################################################################

iree_add_all_subdirs()

if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
iree_cc_library(
  NAME
    iocp
  HDRS
    "api.h"
  SRCS
    "proactor.c"
    "proactor.h"
    "proactor_submit.c"
    "socket.c"
    "socket.h"
    "timer_list.c"
    "timer_list.h"
  DEPS
    iree::async
    iree::async::types
    iree::async::util::message_pool
    iree::async::util::sequence_emulation
    iree::async::util::signal
    iree::base
    iree::base::internal
    iree::base::internal::atomic_slist
    iree::base::internal::memory
  PUBLIC
)
endif()

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
