aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/Apps.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Watch face selection with CMakeJean-François Milants2023-12-231-99/+0
| | | | Move displayapp/Apps.h into a header only library (to make the integration easier in InfiniSim.
* CMake User Applications selectionJean-François Milants2023-12-231-0/+99
Use CMake's configure_file() functionality to generate the list of User Applications. All the apps included in current versions of InfiniTime are enabled by default, but this can now be overridden by setting variables ENABLE_APP_XXX to True or False. CMake CMP0140 is set to NEW to enable the return PROPAGATE functionality.