diff --git a/support/cmake/cppformat-config.cmake.in b/support/cmake/cppformat-config.cmake.in new file mode 100644 index 00000000..37f4697d --- /dev/null +++ b/support/cmake/cppformat-config.cmake.in @@ -0,0 +1,4 @@ +@PACKAGE_INIT@ + +include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake) +check_required_components(cppformat)