mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Export transitive dependencies for static library
This commit is contained in:
committed by
Camilla Berglund
parent
8637612908
commit
453631773e
@@ -3,8 +3,6 @@ link_libraries(glfw)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
link_libraries("${MATH_LIBRARY}")
|
||||
else()
|
||||
link_libraries(${glfw_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user