diff options
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") |
