EverWrath/src/server/scripts/Events/CMakeLists.txt
Yehonal 1aef789c85 [Core/Cmake] Scripts are now added dynamically
You can now add your scripts using cmake inside your module
instead patch core cpp files
2016-08-07 12:21:52 +02:00

14 lines
302 B
CMake

set(scripts_STAT_SRCS
${scripts_STAT_SRCS}
Events/brewfest.cpp
Events/childrens_week.cpp
Events/hallows_end.cpp
Events/pilgrims_bounty.cpp
Events/winter_veil.cpp
Events/love_in_air.cpp
Events/midsummer.cpp
)
AZTH_ADD_SCRIPTS("Event" "ScriptLoader.h")
message(" -> Prepared: Events")