# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Auto-generated by generate_cmake.py - DO NOT EDIT MANUALLY

wangle_add_library(wangle_util_logging
  EXPORTED_DEPS
    wangle_config
    Folly::folly_glog
    Folly::folly_logging_logging
)

wangle_add_library(wangle_util
  SRCS
    FilePoller.cpp
    MultiFilePoller.cpp
  DEPS
    wangle_util_logging
    Folly::folly_conv
    Folly::folly_file_util
    Folly::folly_singleton
    Folly::folly_string
  EXPORTED_DEPS
    Folly::folly_executors_function_scheduler
    Folly::folly_function
    Folly::folly_io_async_async_base
    Folly::folly_io_async_scoped_event_base_thread
    Folly::folly_shared_mutex
    Folly::folly_thread_local
)

wangle_add_library(wangle_util_file_poller
  EXPORTED_DEPS
    wangle_util
)

wangle_add_library(wangle_util_multi_file_poller
  EXPORTED_DEPS
    wangle_util
)
