mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Fix install in default cmake build
Disabling the build of any artefacts (examples, tests) that depend on the SixtyFPS target somehow prevents generated_headers_target from being run. The plan is to get rid of that target and run cbindgen in build.rs of the cpp crate, but meanwhile re-enable the examples build by default.
This commit is contained in:
parent
26ed010146
commit
a79ee93ea9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ include(CTest)
|
|||
|
||||
add_subdirectory(api/sixtyfps-cpp/)
|
||||
|
||||
option(SIXTYFPS_BUILD_EXAMPLES "Build SixtyFPS Examples" OFF)
|
||||
option(SIXTYFPS_BUILD_EXAMPLES "Build SixtyFPS Examples" ON)
|
||||
add_feature_info(SIXTYFPS_BUILD_EXAMPLES SIXTYFPS_BUILD_EXAMPLES "configure whether to build the examples")
|
||||
|
||||
if(SIXTYFPS_BUILD_EXAMPLES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue