Skip to content

Commit

Permalink
add prefix "3rd_" to glfw lib file
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Jan 4, 2022
1 parent 062b9ba commit 84d6577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rd_party/glfw/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ endif()

add_library(3rd_glfw ${glfw_SOURCES} ${glfw_HEADERS})
set_target_properties(3rd_glfw PROPERTIES
OUTPUT_NAME ${GLFW_LIB_NAME}
# OUTPUT_NAME ${GLFW_LIB_NAME}
VERSION ${GLFW_VERSION}
SOVERSION ${GLFW_VERSION_MAJOR}
POSITION_INDEPENDENT_CODE ON
Expand Down

0 comments on commit 84d6577

Please sign in to comment.