mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Changed library output name to "glfw3", and pkg-config name to libglfw3.
Since the headers are already named differently, this allows side-by-side installation of GLFW 2.x and GLFW 3.x.
This commit is contained in:
@@ -30,6 +30,7 @@ elseif (_GLFW_X11_GLX)
|
||||
endif()
|
||||
|
||||
add_library(glfw ${glfw_SOURCES} ${glfw_HEADERS})
|
||||
set_target_properties(glfw PROPERTIES OUTPUT_NAME "glfw3")
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user