On Sat, Jul 25, 2009 at 7:20 PM, alexis
lameire<alexisis-pristont...@hotmail.com> wrote:
> Hi, I've spent weeks and weeks to solve this problem, but I haven't got any
> solution yet. that's why I need your help. My project uses gettext for
> localization, and cmake for build. I'd like to set a make target to
> automatically generate .pot files and update .po files, and another one to
> compile the .po files to .mo files and write them in the "bin" subdirectory
> of my project root.with the standard tree of gettext . How to do this? Thaks
> for your help
>

Check out add_custom_command

http://cmake.org/cmake/help/cmake2.6docs.html#command:add_custom_command

John
_______________________________________________
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