From ee6b5a596e3435ff5f0560e343ebbfb57cecf668 Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 10 Mar 2016 07:46:39 -0800 Subject: [PATCH] Add CMake config file --- support/cmake/cppformat-config.cmake.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 support/cmake/cppformat-config.cmake.in 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)