Mention example CMake file in CMake Overview

This commit is contained in:
PB
2021-04-16 12:35:12 +02:00
parent db3e54b3dc
commit 1c15e05260

View File

@@ -99,7 +99,7 @@ Using find_package {#cmake_find_package}
------------------
You can use `find_package(wxWidgets)` to use a compiled version of wxWidgets.
Have a look at the [CMake Documentation](https://cmake.org/cmake/help/latest/module/FindwxWidgets.html)
for detailed instructions.
for detailed instructions. wxWidgets also provides an example CMake file in the minimal sample folder.
Your *CMakeLists.txt* would look like this:
~~~