1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00

Merge pull request #286 from FeniksFire/develop

Fill a gap in lib/CMakeLists.txt
This commit is contained in:
Alexander Shishkin 2017-03-10 23:50:50 +03:00 committed by GitHub
commit 5893e1e08e
2 changed files with 11 additions and 1 deletions

View File

@ -176,7 +176,7 @@ static void prog_version(void)
static void prog_help(const po::options_description &opts)
{
printf("%s - A Heroes of Might and Magic 3 clone\n", GameConstants::VCMI_VERSION.c_str());
printf("Copyright (C) 2007-2016 VCMI dev team - see AUTHORS file\n");
printf("Copyright (C) 2007-2017 VCMI dev team - see AUTHORS file\n");
printf("This is free software; see the source for copying conditions. There is NO\n");
printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
printf("\n");

View File

@ -131,6 +131,14 @@ set(lib_HEADERS
filesystem/CInputStream.h
filesystem/ISimpleResourceLoader.h
filesystem/CStream.h
filesystem/COutputStream.h
filesystem/CInputOutputStream.h
rmg/float3.h
spells/Magic.h
spells/SpellMechanics.h
mapObjects/MapObjects.h
mapping/CMapDefines.h
@ -144,6 +152,7 @@ set(lib_HEADERS
CStopWatch.h
FunctionList.h
GameConstants.h
IBonusTypeHandler.h
StringConstants.h
IGameEventsReceiver.h
int3.h
@ -152,6 +161,7 @@ set(lib_HEADERS
Interprocess.h
NetPacks.h
NetPacksBase.h
ScopeGuard.h
StartInfo.h
UnlockGuard.h
VCMIDirs.h