mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 06:25:05 +00:00
Added cache variable for dependencies of GLFW.
This commit is contained in:
parent
cc5d7cda64
commit
415ebbb97c
1 changed files with 5 additions and 0 deletions
|
@ -183,6 +183,11 @@ if (_GLFW_COCOA_NSGL)
|
|||
${CORE_FOUNDATION_FRAMEWORK})
|
||||
endif()
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Export GLFW library dependencies
|
||||
#--------------------------------------------------------------------
|
||||
set(GLFW_LIBRARIES ${glfw_LIBRARIES} CACHE STRING "Dependencies of GLFW")
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Add subdirectories
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue