I'm using CMake, MinGW and Eclipse as described here 
http://www.cmake.org/Wiki/Eclipse_CDT4_Generator. In my project I need to 
compile a resource file, so I've used the add_custom_command() to achieve this. 
If I run make in MSYS it succeeds, but running from Eclipse causes a problem, 
since Eclipse cannot find windres.exe. How can I automatically provide a path 
to windres.exe during the project generation or are there any other solutions?

Regards,
Yegor
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to