mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
+2
-1
@@ -53,7 +53,8 @@ if (APPLE)
|
||||
endif()
|
||||
|
||||
add_library(glfw ${glfw_SOURCES} ${glfw_HEADERS})
|
||||
set_target_properties(glfw PROPERTIES OUTPUT_NAME "${GLFW_LIB_NAME}")
|
||||
set_target_properties(glfw PROPERTIES OUTPUT_NAME "${GLFW_LIB_NAME}"
|
||||
POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
# Include version information in the output
|
||||
|
||||
Reference in New Issue
Block a user