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