summaryrefslogtreecommitdiffhomepage
path: root/cmake/modules/generate_version_file.cmake
blob: e8d8196a667092d5864ace5328527b1247ffdf36 (plain)
1
2
3
include(GitDescribe)
git_describe(STARSHATTER_VERSION)
configure_file("${TEMPLATE}" "${OUTPUT}" @ONLY)