mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fill a gap in lib/CMakeLists.txt
This commit is contained in:
parent
d0f6ad6e66
commit
450075bec2
@ -131,6 +131,14 @@ set(lib_HEADERS
|
|||||||
|
|
||||||
filesystem/CInputStream.h
|
filesystem/CInputStream.h
|
||||||
filesystem/ISimpleResourceLoader.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
|
mapObjects/MapObjects.h
|
||||||
mapping/CMapDefines.h
|
mapping/CMapDefines.h
|
||||||
@ -144,6 +152,7 @@ set(lib_HEADERS
|
|||||||
CStopWatch.h
|
CStopWatch.h
|
||||||
FunctionList.h
|
FunctionList.h
|
||||||
GameConstants.h
|
GameConstants.h
|
||||||
|
IBonusTypeHandler.h
|
||||||
StringConstants.h
|
StringConstants.h
|
||||||
IGameEventsReceiver.h
|
IGameEventsReceiver.h
|
||||||
int3.h
|
int3.h
|
||||||
@ -152,6 +161,7 @@ set(lib_HEADERS
|
|||||||
Interprocess.h
|
Interprocess.h
|
||||||
NetPacks.h
|
NetPacks.h
|
||||||
NetPacksBase.h
|
NetPacksBase.h
|
||||||
|
ScopeGuard.h
|
||||||
StartInfo.h
|
StartInfo.h
|
||||||
UnlockGuard.h
|
UnlockGuard.h
|
||||||
VCMIDirs.h
|
VCMIDirs.h
|
||||||
|
Loading…
Reference in New Issue
Block a user