mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Improve comment about SLINT_EMBED_RESOURCES target property use
This commit is contained in:
parent
9534aaa155
commit
bb7355878f
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ as well as the peripherals of our board.
|
|||
# Locate Slint
|
||||
find_package(Slint)
|
||||
|
||||
# Default to pre-compiling images and fonts
|
||||
# Embed images and fonts in the binary
|
||||
|
||||
set_target_properties(your-target PROPERTIES SLINT_EMBED_RESOURCES embed-for-software-renderer)
|
||||
|
||||
# Replace $BSP_NAME with the name of your concrete BSP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue