external tool target Permanently deleted user 创建于 2016年01月28日 15:07 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
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