Skip to content

Commit

Permalink
[meta] Add requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jul 22, 2021
1 parent 99f5e35 commit 8fb8acf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/inexor/vulkan-renderer/meta.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ constexpr const char* ENGINE_NAME{"${INEXOR_ENGINE_NAME}"};
constexpr std::array<std::uint32_t, 3> ENGINE_VERSION{${INEXOR_ENGINE_VERSION_MAJOR}, ${INEXOR_ENGINE_VERSION_MINOR}, ${INEXOR_ENGINE_VERSION_PATCH}};
constexpr const char *ENGINE_VERSION_STR{"${INEXOR_ENGINE_VERSION_MAJOR}.${INEXOR_ENGINE_VERSION_MINOR}.${INEXOR_ENGINE_VERSION_PATCH}"};
constexpr const char *BUILD_GIT = "${INEXOR_GIT_SHA}";
#ifndef NDEBUG
constexpr const char *BUILD_TYPE = "Debug";
#else
#ifdef NDEBUG
constexpr const char *BUILD_TYPE = "Release";
#else
constexpr const char *BUILD_TYPE = "Debug";
#endif

} // namespace inexor::vulkan_renderer

0 comments on commit 8fb8acf

Please sign in to comment.