external tool target
Can I add full path to my target in external tool parameters via macro?
I have some build targets, and I want setup one external tool for all, but for each target I need this target as parameter
Please sign in to leave a comment.
Hi Mikhail.
You can add your external tool via add_custom_command CMake command. Please find out more information in the documentation. Does that help?
Yep, already done it ) Thanks anyway