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/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