embed.cmake: add support for Windows resource file (#2330)
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.
Showing
cmake/Embed.cmake
100755 → 100644
Please register or sign in to comment