pcsx2/3rdparty/fmt/support/cmake/fmt-config.cmake.in

8 lines
147 B
CMake
Raw Normal View History

2024-06-10 05:12:56 +00:00
@PACKAGE_INIT@
if (NOT TARGET fmt::fmt)
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
endif ()
check_required_components(fmt)