embed
embed copied to clipboard
A CMake/C++20 library to embed resource files at compile time
This is an attempt to minimize a linter (clang-tidy) interference when it is set up for a given target.
# Description When embedding files with the obj extension (3d models) and compiling with MSVC the build will fail with ``` fatal error LNK1107: invalid or corrupt file: cannot read...
1. Added support of list of resources (no hardcoding). 2. Fixed bug for MSVC (C1091 - moved on unsigned char instead char) 3. Fixed dangling link in non production mode...