Skip to content

Commit 749a8ff

Browse files
committed
Add VERSION file
1 parent e376a9e commit 749a8ff

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/VERSION export-subst

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ find_package(tinycmmc CONFIG)
2626
message(STATUS "tinycmmc module path: ${TINYCMMC_MODULE_PATH}")
2727
list(APPEND CMAKE_MODULE_PATH ${TINYCMMC_MODULE_PATH})
2828

29+
include(GetProjectVersion)
2930
include(GNUInstallDirs)
3031
include(ClangTidy)
3132
include(MaximumWarnings)

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
$Format:%(describe)$

0 commit comments

Comments
 (0)