[CMake] impl. ADD_SCRIPTS macro for modules

and renamed old to ADD_SCRIPT_LOADER
This commit is contained in:
Yehonal
2016-08-11 14:57:25 +02:00
parent 7a1fe9b4f3
commit 34d4accb5b
10 changed files with 27 additions and 14 deletions

View File

@@ -196,6 +196,6 @@ set(scripts_STAT_SRCS
Northrend/DraktharonKeep/boss_dred.cpp
)
AZTH_ADD_SCRIPTS("Northrend" "ScriptLoader.h")
AZTH_ADD_SCRIPT_LOADER("Northrend" "ScriptLoader.h")
message(" -> Prepared: Northrend")