Update community resource links

This commit is contained in:
Camilla Löwy
2020-04-30 21:21:40 +02:00
parent 41a19ed49c
commit d7ae90a790
3 changed files with 20 additions and 8 deletions
+3
View File
@@ -215,6 +215,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