CMake macros
![CMake macros CMake macros](https://resources.jetbrains.com/help/img/idea/2024.3/cl_cmake_macros.png)
note
If you are working in the remote with local sources mode, you can use the macros for local and remote paths and names, and they will be expanded properly. For example,
CMakeCurrentProductLocalFile
expands to the local product path for the current configuration, whileCMakeCurrentProductFile
returns the environment (remote) path instead.
Thanks for your feedback!