mirror of
https://github.com/glfw/glfw.git
synced 2025-04-11 07:47:04 +00:00
Added missing whitespace.
This commit is contained in:
parent
10cc85343a
commit
b49c78ed96
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ endif()
|
|||
if (_GLFW_X11_GLX)
|
||||
|
||||
# Set up library and include paths
|
||||
list(APPEND glfw_INCLUDE_DIRS${OPENGL_INCLUDE_DIR})
|
||||
list(APPEND glfw_INCLUDE_DIRS ${OPENGL_INCLUDE_DIR})
|
||||
list(APPEND glfw_LIBRARIES ${OPENGL_gl_LIBRARY})
|
||||
|
||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} gl")
|
||||
|
|
Loading…
Add table
Reference in a new issue