• Artur Wojcik's avatar
    embed.cmake: add support for Windows resource file (#2330) · 46ea769b
    Artur Wojcik authored
    This PR introduces the support of Windows resource files to Embed.cmake. It is ON by default on Windows, and when it is OFF *.cpp files will be used. The same applies to Linux - ON -> *.o (LD) or OFF -> *.cpp .
    
    This PR fixes building resources on Linux with ld and objcopy commands.
    46ea769b
Embed.cmake 9 KB