mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Merge 5baec224c5 into 92dcf4ce74
This commit is contained in:
commit
756acb4c08
1 changed files with 4 additions and 0 deletions
|
|
@ -342,5 +342,9 @@ if (GLFW_INSTALL)
|
|||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}")
|
||||
|
||||
# If a compilation .pdb file was produced, install it next to the library.
|
||||
install(FILES "$<TARGET_FILE_DIR:glfw>/$<TARGET_FILE_BASE_NAME:glfw>.pdb"
|
||||
DESTINATION "${CMAKE_INSTALL_LIBDIR}" OPTIONAL)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue