|
|
@ -399,8 +399,9 @@ install(FILES ${GLFW_BINARY_DIR}/src/glfwConfig.cmake |
|
|
|
${GLFW_BINARY_DIR}/src/glfwConfigVersion.cmake |
|
|
|
${GLFW_BINARY_DIR}/src/glfwConfigVersion.cmake |
|
|
|
DESTINATION lib${LIB_SUFFIX}/cmake/glfw) |
|
|
|
DESTINATION lib${LIB_SUFFIX}/cmake/glfw) |
|
|
|
|
|
|
|
|
|
|
|
# Install the export set for use with the install-tree |
|
|
|
if (UNIX) |
|
|
|
install(EXPORT glfwTargets DESTINATION lib${LIB_SUFFIX}/cmake/glfw) |
|
|
|
install(EXPORT glfwTargets DESTINATION lib${LIB_SUFFIX}/cmake/glfw) |
|
|
|
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
#-------------------------------------------------------------------- |
|
|
|
#-------------------------------------------------------------------- |
|
|
|
# Create and install pkg-config file on supported platforms |
|
|
|
# Create and install pkg-config file on supported platforms |
|
|
|