fontgen: generate fonts at runtime with CMake
This commit is contained in:

committed by
JF

parent
1c0d9ef383
commit
43443eda74
@@ -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})
|
||||
|
Reference in New Issue
Block a user