I've an idea that using of cmake for generating make target that allow me to run scripts in grid via command:
make local
make test
make full
is better than using of alias.
The main advantages is that I can form macro folder in build directory and avoid handle copy of file with code.
I've an idea that using of cmake for generating make target that allow me to run scripts in grid via command:
is better than using of alias.
The main advantages is that I can form macro folder in build directory and avoid handle copy of file with code.