mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
- reordered files in cmake so files with long compile times will be
compiled first. - changed format of modSettings.json, VCMI should properly update file on the first run. - implemented property "defaultTavern" that acts as default value for "tavern" entry in hero class and town formats.
This commit is contained in:
@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 2.6)
|
||||
include_directories(${CMAKE_HOME_DIRECTORY} ${CMAKE_CURRENT_SOURCE_DIRECTORY})
|
||||
|
||||
set(lib_SRCS
|
||||
ERMInterpreter.cpp
|
||||
ERMParser.cpp
|
||||
ERMInterpreter.cpp
|
||||
ERMScriptModule.cpp
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user