diff --git a/modules/acore/scripts-wotlk/Custom/README.md b/modules/acore/scripts-wotlk/Custom/README.md index b262a5e1a..8473a630f 100644 --- a/modules/acore/scripts-wotlk/Custom/README.md +++ b/modules/acore/scripts-wotlk/Custom/README.md @@ -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.