rename to townengine

This commit is contained in:
2024-07-29 13:06:23 +03:00
parent cbd567c4cb
commit 9181e43fcc
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21)
project(emerald LANGUAGES C)
project(townengine LANGUAGES C)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
@ -73,7 +73,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
# distribution definitions
set(ORGANIZATION_NAME "wanp" CACHE STRING
"App developer/publisher's identifier")
set(APP_NAME "baron" CACHE STRING
set(APP_NAME "townengine" CACHE STRING
"App identifier")
set(PACKAGE_EXTENSION "btw" CACHE STRING
"File extension used to look for data archives")