mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +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)
|
||||
project(my_application LANGUAGES CXX)
|
||||
|
||||
# Note: Use find_package(SixtyFPS) instead of the following three commands, if you prefer the package
|
||||
# approach.
|
||||
# Note: Use find_package(SixtyFPS) instead of the following three commands,
|
||||
# if you prefer the package approach.
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
SixtyFPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue