d2tweaks-rnd2k/vcpkg/spdlog_x86-windows-static/share/spdlog/spdlogConfig.cmake

16 lines
385 B
CMake
Raw Normal View History

2024-04-17 03:45:38 +00:00
# Copyright(c) 2019 spdlog authors
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
find_package(Threads REQUIRED)
set(SPDLOG_FMT_EXTERNAL ON)
set(config_targets_file spdlogConfigTargets.cmake)
if(SPDLOG_FMT_EXTERNAL)
include(CMakeFindDependencyMacro)
find_dependency(fmt CONFIG)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/${config_targets_file}")