mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
C++ docs: add cmake reference
This commit is contained in:
parent
8caa5acd30
commit
750a3033f8
5 changed files with 48 additions and 32 deletions
|
@ -23,7 +23,7 @@ handling callbacks to react to events triggered by the user.
|
|||
## Compiled `.slint` Designs
|
||||
|
||||
The provided CMake integration makes it easy to compile your Slint sources:
|
||||
The `slint_target_sources` CMake command makes the translation automatic. The
|
||||
The [`slint_target_sources` CMake command](cmake_reference.md#slint_target_sources) makes the translation automatic. The
|
||||
[generated code](generated_code.md) has an API to set and get property values,
|
||||
etc. This API uses types from the {ref}`slint <namespace_slint>` namespace, for
|
||||
example {cpp:class}`slint::SharedString` or {cpp:class}`slint::Color`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue