mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-17 13:58:05 +00:00
Initial import of STM32 Platform Integration (#5892)
This is a head-only library for now.
This commit is contained in:
parent
be02f6e046
commit
d78354f01b
3 changed files with 186 additions and 1 deletions
|
@ -63,7 +63,7 @@ exhale_args = {
|
|||
"exhaleExecutesDoxygen": True,
|
||||
"exhaleDoxygenStdin": """INPUT = ../../api/cpp/include generated_include
|
||||
EXCLUDE_SYMBOLS = slint::cbindgen_private* slint::private_api* vtable* SLINT_DECL_ITEM
|
||||
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/cpp/include/slint_tests_helper.h
|
||||
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/cpp/include/slint_tests_helper.h ../../api/cpp/include/slint-stm32.h
|
||||
ENABLE_PREPROCESSING = YES
|
||||
PREDEFINED += DOXYGEN
|
||||
INCLUDE_PATH = generated_include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue