Merge branch 'master' of github.com:azerothcore/azerothcore-wotlk

This commit is contained in:
Yehonal 2016-08-11 21:44:31 +02:00
commit e1dc2f8b01

View file

@ -3,5 +3,8 @@
Here you can create a CMakeLists.txt file where to add your custom scripts
They will be git-ignored
However we strongly suggest you to use our module system to create your custom
Remember to use cmake macro inside your CMakeLists.txt to correctly
add scripts to project solution.
BTW, **We strongly suggest you** to use our module system to create your custom
powerful module instead of simple scripts.