Add yaze_config.h for version management and update version check logic
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user