Cached CMake variables in External Tool

Is there a way to pass cached CMake variables as a parameter for an External Tool? (In this case it's the output path)

0
Avatar
Permanently deleted user

Even though the problem still remains, I managed to bypass it by writing the requested cmake variables to a file in the post build, and then accessing this file in my external tool.

0

请先登录再写评论。