mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-09 10:40:28 +00:00
Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
This commit is contained in:
23
src/scripts/Pet/CMakeLists.txt
Normal file
23
src/scripts/Pet/CMakeLists.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright (C)
|
||||
#
|
||||
# This file is free software; as a special exception the author gives
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
set(scripts_STAT_SRCS
|
||||
${scripts_STAT_SRCS}
|
||||
${AC_SCRIPTS_DIR}/Pet/pet_dk.cpp
|
||||
${AC_SCRIPTS_DIR}/Pet/pet_generic.cpp
|
||||
${AC_SCRIPTS_DIR}/Pet/pet_hunter.cpp
|
||||
${AC_SCRIPTS_DIR}/Pet/pet_mage.cpp
|
||||
${AC_SCRIPTS_DIR}/Pet/pet_priest.cpp
|
||||
${AC_SCRIPTS_DIR}/Pet/pet_shaman.cpp
|
||||
)
|
||||
|
||||
AC_ADD_SCRIPT_LOADER("Pet" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
|
||||
|
||||
message(" -> Prepared: Pet")
|
||||
Reference in New Issue
Block a user