Selaa lähdekoodia

Merge pull request #286 from FeniksFire/develop

Fill a gap in lib/CMakeLists.txt
Alexander Shishkin 8 vuotta sitten
vanhempi
sitoutus
5893e1e08e
2 muutettua tiedostoa jossa 11 lisäystä ja 1 poistoa
  1. 1 1
      client/CMT.cpp
  2. 10 0
      lib/CMakeLists.txt

+ 1 - 1
client/CMT.cpp

@@ -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");

+ 10 - 0
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