diff options
| author | Tartalo <none@none> | 2010-06-06 12:51:59 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-06-06 12:51:59 +0200 |
| commit | a9681e479df8571021516a35a61c0ed341c4d38c (patch) | |
| tree | 1da07fda53d21cfbe1b716df2727d7f448d6c671 /src/server/scripts | |
| parent | 4ee2e42bdb9b78b93b7cae45f41a565ecc46386e (diff) | |
More CMakeLists.txt fixes. Repo is compilable but it may contain some errors yet
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/CMakeLists.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt index c61054fd5b2..e657830ae45 100644 --- a/src/server/scripts/CMakeLists.txt +++ b/src/server/scripts/CMakeLists.txt @@ -4,20 +4,20 @@ IF(DO_PCH AND CMAKE_COMPILER_IS_GNUCXX) ENDIF(DO_PCH AND CMAKE_COMPILER_IS_GNUCXX) SET(scripts_STAT_SRCS - ../game/ScriptedPch.cpp - ../game/ScriptedPch.h - ../game/ScriptedEscortAI.cpp - ../game/ScriptedEscortAI.h - ../game/ScriptedCreature.cpp - ../game/ScriptedCreature.h - ../game/ScriptedFollowerAI.cpp - ../game/ScriptedFollowerAI.h - ../game/ScriptedGossip.h - ../game/ScriptedGuardAI.cpp - ../game/ScriptedGuardAI.h - ../game/ScriptedInstance.h - ../game/ScriptedSimpleAI.cpp - ../game/ScriptedSimpleAI.h + ../game/ScriptMgr/ScriptedPch.cpp + ../game/ScriptMgr/ScriptedPch.h + ../game/AI/ScriptedAI/ScriptedEscortAI.cpp + ../game/AI/ScriptedAI/ScriptedEscortAI.h + ../game/AI/ScriptedAI/ScriptedCreature.cpp + ../game/AI/ScriptedAI/ScriptedCreature.h + ../game/AI/ScriptedAI/ScriptedFollowerAI.cpp + ../game/AI/ScriptedAI/ScriptedFollowerAI.h + ../game/AI/ScriptedAI/ScriptedGossip.h + ../game/AI/ScriptedAI/ScriptedGuardAI.cpp + ../game/AI/ScriptedAI/ScriptedGuardAI.h + ../game/AI/ScriptedAI/ScriptedInstance.h + ../game/AI/ScriptedAI/ScriptedSimpleAI.cpp + ../game/AI/ScriptedAI/ScriptedSimpleAI.h custom/on_events.cpp eastern_kingdoms/alterac_valley/alterac_valley.cpp eastern_kingdoms/alterac_valley/boss_balinda.cpp |
