duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

fmt-config.cmake.in (147B)


      1 @PACKAGE_INIT@
      2 
      3 if (NOT TARGET fmt::fmt)
      4   include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
      5 endif ()
      6 
      7 check_required_components(fmt)