add the obelisk library source

This commit is contained in:
2023-02-16 01:16:57 -03:00
parent 7b515f1f07
commit f6e93a1b67
7 changed files with 44 additions and 10 deletions

14
include/version.h.in Normal file
View File

@@ -0,0 +1,14 @@
namespace obelisk
{
/**
* @brief The current version of obelisk.
*
*/
const std::string version = "@version@";
/**
* @brief The current library version of obelisk.
*
*/
const std::string soVersion = "@so_version@";
} // namespace obelisk