mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Add glfwConfig module.
This module allows cmake projects to find glfw with FIND_PACKAGE.
This commit is contained in:
+3
-1
@@ -81,5 +81,7 @@ if (BUILD_SHARED_LIBS)
|
||||
target_link_libraries(glfw LINK_INTERFACE_LIBRARIES)
|
||||
endif()
|
||||
|
||||
install(TARGETS glfw DESTINATION lib${LIB_SUFFIX} )
|
||||
install(TARGETS glfw
|
||||
EXPORT glfwTargets
|
||||
DESTINATION lib${LIB_SUFFIX} )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user