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:
commit
5893e1e08e
@ -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");
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user