diff options
| author | click <none@none> | 2010-09-05 17:19:41 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-09-05 17:19:41 +0200 |
| commit | 8823a91cdc2449f39e6f730267450c2c6c40dc4b (patch) | |
| tree | 7aed7c11a711862b1f2019dd446dd5f0f82b0d61 /src/server/scripts/Spells | |
| parent | 43e4e1f786cfaa5c7cbaaa6c754c7a97b2105907 (diff) | |
BuildSystem/ALL: Remove unused custom code (most are duplicated as in examples)
+ remove fileglobbing for scripts (less error-prone)
+ Create proper lists per "scriptsection"
NOTE! This change requires new files (cpp/h) to be MANUALLY ADDED to <type>/CmakeLists.txt
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/CMakeLists.txt b/src/server/scripts/Spells/CMakeLists.txt new file mode 100644 index 00000000000..e51df9f6f00 --- /dev/null +++ b/src/server/scripts/Spells/CMakeLists.txt @@ -0,0 +1,18 @@ +set(scripts_STAT_SRCS + ${scripts_STAT_SRCS} + Spells/spell_shaman.cpp + Spells/spell_hunter.cpp + Spells/spell_rogue.cpp + Spells/spell_druid.cpp + Spells/spell_dk.cpp + Spells/spell_quest.cpp + Spells/spell_warrior.cpp + Spells/spell_generic.cpp + Spells/spell_warlock.cpp + Spells/spell_priest.cpp + Spells/spell_mage.cpp + Spells/spell_paladin.cpp + Spells/spell_item.cpp +) + +message(" -> Prepared: Spells") |
