C++ docs: Remove the horizontal scrollbar from the cmake example

This commit is contained in:
Simon Hausmann 2021-07-02 16:22:13 +02:00
parent 8f9a723e75
commit c74af8cb1a

View file

@ -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