Anybody out there know anything about ICU and genrb? I need to convert a build system that uses genrb.<br><br>As I understand it, genrb is a tool that creates a static library from some input and you are supposed to link against it.<br>
<br>So I have 2 different questions about this.<br><br>1) Using CMake, what is the correct way to set this up?<br>I assume I will need ADD_CUSTOM_COMMAND with OUTPUT. Do I just use TARGET_LINK_LIBRARIES with the output that it provides?<br>
<br>2) Is this genrb tool actually cross-platform and going to handle all the different compilers? For example, will it generate the correct output that both gcc and Visual Studio can handle? Does it be used to generate Universal Binaries on the Mac? If neither of these things are true, do people have alternative ways of accomplishing what genrb does in a truly cross-platform way?<br>
<br>Thanks,<br>Eric<br><br><br><br>