Start 3.4

This commit is contained in:
Camilla Löwy
2019-04-16 14:43:29 +02:00
parent b079610962
commit a337c56848
65 changed files with 83 additions and 247 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ With a few changes to your `CMakeLists.txt` you can locate the package and
target files generated when GLFW is installed.
@code{.cmake}
find_package(glfw3 3.3 REQUIRED)
find_package(glfw3 3.4 REQUIRED)
@endcode
Once GLFW has been added to the project, link against it with the `glfw` target.