summaryrefslogtreecommitdiff
path: root/res/Embed.cmake
AgeCommit message (Collapse)Author
2021-03-01Embed: Ensure data blocks are null-terminatedJaakko Keränen
2021-01-18Renamed ".binary" filesJaakko Keränen
Use the .lgr extension for Lagrange binary files.
2021-01-05Don't use bincat.sh by defaultJaakko Keränen
It's not portable enough, need to tweak the script.
2021-01-05Embed: Use a shell script for bincatJaakko Keränen
Todo: Needs testing if this is portable enough. Should be pretty POSIX, though.
2020-11-02Build bincat using MinSizeRel configJaakko Keränen
2020-11-02Embed: Build resource files fasterJaakko Keränen
As part of the CMake configuration, build bincat (23 lines of C) to concatenate resource files together. This is much faster because CMake doesn't have to get involved in the contents of the binary files.