Update community resource links

(cherry picked from commit d7ae90a790)
This commit is contained in:
Camilla Löwy
2020-04-30 21:21:40 +02:00
parent 8216a148cf
commit 10c01512f2
3 changed files with 20 additions and 8 deletions
+3
View File
@@ -225,6 +225,9 @@ library and include directory paths. Link against this like any other library.
target_link_libraries(myapp OpenGL::GL)
@endcode
For a minimal example of a program and GLFW sources built with CMake, see the
[GLFW CMake Starter](https://github.com/juliettef/GLFW-CMake-starter) on GitHub.
@subsection build_link_cmake_package With CMake and installed GLFW binaries