gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.34k stars 173 forks source link

Declare and export version #149

Closed dvzrv closed 1 year ago

dvzrv commented 2 years ago

This declares the project version in CMakeLists.txt and exports a ghc_filesystem-config-version.cmake file so that consumers of ghc_filesystem may rely on it.

Fixes #148