Add yaze_config.h for version management and update version check logic

This commit is contained in:
scawful
2024-12-31 12:50:14 -05:00
parent bac4660bac
commit 5ff7eaa526
8 changed files with 147 additions and 160 deletions

View File

@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.10)
project(yaze VERSION 0.2.0
DESCRIPTION "Yet Another Zelda3 Editor"
LANGUAGES CXX)
configure_file(src/yaze_config.h.in yaze_config.h)
# Build Flags
set(YAZE_BUILD_APP ON)