Files
azerothcore-wotlk/src/server/scripts/GenLoader.cpp.cmake
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

8 lines
138 B
CMake

// This file is autogenerated, please do not modify directly!
@AZTH_SCRIPTS_INCLUDES@
void AddScripts() {
@AZTH_ADD_SCRIPTS_LIST@
}