summaryrefslogtreecommitdiff
path: root/Embed.cmake
AgeCommit message (Collapse)Author
2020-09-14Removed questionable forced modification of const dataJaakko Keränen
The embedded data blocks were declared as global const variables, but the compiler was forced to initialize them as non-const data. There is no real need to keep these const, so let's not do this.
2020-09-02Merge branch 'master' of skyjake.fi:skyjake/lagrangeJaakko Keränen
2020-08-23Build option to disable kerning; other optimizationsJaakko Keränen
2020-08-23Cleanup: Use ".binary" for binary filesJaakko Keränen
2020-08-17CMake: Support older CMake for checking file sizesJaakko Keränen
2020-08-08Disable executable-embedded resources by defaultJaakko Keränen
2020-08-03Embed: Fixed handling of path not foundJaakko Keränen
2020-08-03Server certificate TOFUJaakko Keränen
2020-07-28Added EMBED_IN_EXECUTABLE build optionJaakko Keränen
The embedded resources can alternatively be read from a file called 'resources.bin'.
2020-07-21Initial commitJaakko Keränen
Borrowing the app skeleton from Bitwise Harmony.