Hi,
I have a eclipse cmake project that builds with cmake4eclipse. It is a cross compiled project for embedded linux and I'm building inside docker container. The linux distribution is generated with Yocto. From which I generate a SDK that my eclipse project is supposed to use. Yocto is generating a script file that can be sourced and used to guide cmake to generate the correct cross compilation.
My problem is that I cannot see how I can get this to work together with cmake4eclipse. How can I source the environment script before launching the cmake builder
I'm very reluctant to source the environment before launching eclipse since I would like to change between different SDK/Cross compiler based on the selected build configuration.
Thanks!