diff options
| author | Yehoshua Pesach Wallach <yehoshuapw@gmail.com> | 2022-04-20 17:41:30 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-05-10 20:20:02 (GMT) |
| commit | 43443eda74f39adc90cfb77f3945586a9481679d (patch) | |
| tree | 521dccef9fc2c2c17bb5ef2fa446704337431f65 /src/CMakeLists.txt | |
| parent | 1c0d9ef383f2ee533eee3f914968649904fc8ca2 (diff) | |
fontgen: generate fonts at runtime with CMake
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ba2d561..bacd67c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -373,7 +373,7 @@ list(APPEND IMAGE_FILES displayapp/icons/bluetooth/os_bt_disconnected.c ) - +include(displayapp/fonts/CMakeLists.txt) list(APPEND SOURCE_FILES BootloaderVersion.cpp logging/NrfLogger.cpp @@ -897,7 +897,6 @@ add_custom_command(TARGET ${EXECUTABLE_NAME} COMMAND ${CMAKE_OBJCOPY} -O ihex ${EXECUTABLE_FILE_NAME}.out "${EXECUTABLE_FILE_NAME}.hex" COMMENT "post build steps for ${EXECUTABLE_FILE_NAME}") - # Build binary intended to be used by bootloader set(EXECUTABLE_MCUBOOT_NAME "pinetime-mcuboot-app") set(EXECUTABLE_MCUBOOT_FILE_NAME ${EXECUTABLE_MCUBOOT_NAME}-${pinetime_VERSION_MAJOR}.${pinetime_VERSION_MINOR}.${pinetime_VERSION_PATCH}) |
