diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 02ce6b2a6..435546199 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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