Start 3.5

This commit is contained in:
Camilla Löwy
2024-02-29 15:28:46 +01:00
parent 7b6aead9fb
commit d24ee9953f
68 changed files with 73 additions and 765 deletions

View File

@@ -310,7 +310,7 @@ With a few changes to your `CMakeLists.txt` you can locate the package and
target files generated when GLFW is installed.
```cmake
find_package(glfw3 3.4 REQUIRED)
find_package(glfw3 3.5 REQUIRED)
```
Once GLFW has been added to the project, link against it with the `glfw` target.