"library/vscode:/vscode.git/clone" did not exist on "d32a67a9b6f58de5e05f65d2bb8b834a253c94bd"
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