From 8823a91cdc2449f39e6f730267450c2c6c40dc4b Mon Sep 17 00:00:00 2001 From: click Date: Sun, 5 Sep 2010 17:19:41 +0200 Subject: 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 /CmakeLists.txt --HG-- branch : trunk --- src/server/scripts/Spells/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/server/scripts/Spells/CMakeLists.txt (limited to 'src/server/scripts/Spells') 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") -- cgit v1.2.3