mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 15:17:25 +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
|
@ -1,8 +1,9 @@
|
|||
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
||||
# Generated Code
|
||||
|
||||
The Slint compiler called by the build system will generate a header file for the root `.slint`
|
||||
file. This header file will contain a `class` with the same name as the root
|
||||
The Slint compiler [called by the build system](cmake_reference.md#slint_target_sources)
|
||||
will generate a header file for the root `.slint` file.
|
||||
This header file will contain a `class` with the same name as the root
|
||||
component.
|
||||
|
||||
This class will have the following public member functions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue