mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 14:45:46 +00:00
Export transitive dependencies for static library
This commit is contained in:
committed by
Camilla Berglund
parent
8637612908
commit
453631773e
@@ -354,7 +354,6 @@ endif()
|
||||
#--------------------------------------------------------------------
|
||||
# Export GLFW library dependencies
|
||||
#--------------------------------------------------------------------
|
||||
set(GLFW_LIBRARIES ${glfw_LIBRARIES} CACHE STRING "Dependencies of GLFW")
|
||||
foreach(arg ${glfw_PKG_DEPS})
|
||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} ${arg}")
|
||||
endforeach()
|
||||
|
||||
Reference in New Issue
Block a user