mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Build binary MCU packages as tarballs (#5900)
This includes xtensa for s3, esp riscv targets, as well as thumbv7 for STM32. Co-authored-by: Olivier Goffart <olivier.goffart@slint.dev>
This commit is contained in:
parent
7f62249bc3
commit
d413fd5217
3 changed files with 119 additions and 2 deletions
|
@ -479,6 +479,10 @@ else()
|
|||
set(CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
|
||||
endif()
|
||||
|
||||
if (Rust_CARGO_TARGET)
|
||||
set(CPACK_SYSTEM_NAME "${CPACK_SYSTEM_NAME}-${Rust_CARGO_TARGET}")
|
||||
endif()
|
||||
|
||||
include(CPack)
|
||||
|
||||
if(SLINT_BUILD_TESTING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue