From 5cbfdd28712f37256121a6050dcd1534af096444 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 11 Aug 2016 21:09:56 +0200 Subject: [PATCH] Update README.md --- modules/acore/scripts-wotlk/Custom/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.