Skip to content

Commit

Permalink
ADDED: #238 It's good to have the new files in the cmakelist. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfighter1985 committed Sep 7, 2012
1 parent e88bcae commit a49e5eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmake/logon/CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ SET( sources
AuthSocket.cpp
AutoPatcher.cpp
LogonCommServer.cpp
LogonConfigParser.cpp
LogonConsole.cpp
LogonOpcodes.cpp
LogonStdAfx.cpp
Expand All @@ -16,6 +17,8 @@ SET( sources
AuthStructs.h
AutoPatcher.h
LogonCommServer.h
LogonConfig.h
LogonConfigParser.h
LogonConsole.h
LogonOpcodes.h
LogonStdAfx.h
Expand Down
11 changes: 10 additions & 1 deletion cmake/world/CMakeLists.txt
Expand Up @@ -76,7 +76,8 @@ SET(sources
NPCHandler.cpp
Object.cpp
ObjectMgr.cpp
Opcodes.cpp
Opcodes.cpp
OptionalConfigParser.cpp
Pet.cpp
PetHandler.cpp
Player.cpp
Expand All @@ -87,6 +88,7 @@ SET(sources
QuestMgr.cpp
QuestCommands.cpp
RaidHandler.cpp
RealmsConfigParser.cpp
RecallCommands.cpp
ReputationHandler.cpp
ScriptMgr.cpp
Expand All @@ -112,6 +114,7 @@ SET(sources
WayPoints.cpp
WeatherMgr.cpp
World.cpp
WorldConfigParser.cpp
WorldCreator.cpp
WorldSession.cpp
WorldSocket.cpp
Expand Down Expand Up @@ -225,6 +228,8 @@ SET( headers
ObjectMgr.h
ObjectStorage.h
Opcodes.h
OptionalConfig.h
OptionalConfigParser.h
Paladin.h
Pet.h
Player.h
Expand All @@ -233,6 +238,8 @@ SET( headers
Priest.h
Quest.h
QuestMgr.h
RealmsConfig.h
RealmsConfigParser.h
Rogue.h
ScriptMgr.h
ScriptSetup.h
Expand Down Expand Up @@ -265,6 +272,8 @@ SET( headers
Entities/Summons/WildSummon.h
WordFilter.h
World.h
WorldConfig.h
WorldConfigParser.h
WorldCreator.h
WorldRunnable.h
WorldSession.h
Expand Down

0 comments on commit a49e5eb

Please sign in to comment.