Export transitive dependencies for static library

This commit is contained in:
Nicholas Vitovitch
2016-02-02 00:41:20 +01:00
committed by Camilla Berglund
parent 8637612908
commit 453631773e
5 changed files with 17 additions and 15 deletions

View File

@@ -3,8 +3,6 @@ link_libraries(glfw)
if (BUILD_SHARED_LIBS)
link_libraries("${MATH_LIBRARY}")
else()
link_libraries(${glfw_LIBRARIES})
endif()
if (MSVC)