mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
C++ docs: Remove the horizontal scrollbar from the cmake example
This commit is contained in:
parent
8f9a723e75
commit
c74af8cb1a
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ A typical example looks like this:
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(my_application LANGUAGES CXX)
|
project(my_application LANGUAGES CXX)
|
||||||
|
|
||||||
# Note: Use find_package(SixtyFPS) instead of the following three commands, if you prefer the package
|
# Note: Use find_package(SixtyFPS) instead of the following three commands,
|
||||||
# approach.
|
# if you prefer the package approach.
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SixtyFPS
|
SixtyFPS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue