[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

@@ -9,6 +9,6 @@ set(scripts_STAT_SRCS
Events/midsummer.cpp
)
AZTH_ADD_SCRIPTS("Event" "ScriptLoader.h")
AZTH_ADD_SCRIPT_LOADER("Event" "ScriptLoader.h")
message(" -> Prepared: Events")