From 92b3c2dcff3e85ad3d455f6ab845d9a97d3b525b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 7 Dec 2020 12:22:15 +0200 Subject: Rewrite meson build scripts into cmakelists --- src/autogen/version.h.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/autogen/version.h.in (limited to 'src/autogen/version.h.in') diff --git a/src/autogen/version.h.in b/src/autogen/version.h.in new file mode 100644 index 0000000..4d50885 --- /dev/null +++ b/src/autogen/version.h.in @@ -0,0 +1,21 @@ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: https://neueland.iserlohn-fortress.net/cgit/smolbote + * + * SPDX-License-Identifier: GPL-3.0 + */ + +#ifndef SMOLBOTE_VERSION_H +#define SMOLBOTE_VERSION_H + +/* + * This is an automatically generated file, any changes to it may be overwritten. + * Edit src/version.h.in instead. + */ + +#define POI_NAME "@CMAKE_PROJECT_NAME@" +#define POI_VERSION "@CMAKE_PROJECT_VERSION@" +#define POI_SHORT_VERSION "@CMAKE_PROJECT_SHORT_VERSION@" + +#endif // SMOLBOTE_VERSION_H -- cgit v1.2.1