mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
GLFW header was incorrectly installed.
This commit is contained in:
+2
-2
@@ -138,8 +138,8 @@ configure_file(${GLFW_SOURCE_DIR}/src/config.h.cmake
|
|||||||
# Install standard files
|
# Install standard files
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
|
|
||||||
install(DIRECTORY include DESTINATION include
|
install(DIRECTORY include/GL DESTINATION include
|
||||||
PATTERN include/GL/glfw3.h)
|
FILES_MATCHING PATTERN glfw3.h)
|
||||||
|
|
||||||
install(FILES COPYING.txt readme.html
|
install(FILES COPYING.txt readme.html
|
||||||
DESTINATION share/doc/glfw-${GLFW_VERSION_FULL}/)
|
DESTINATION share/doc/glfw-${GLFW_VERSION_FULL}/)
|
||||||
|
|||||||
Reference in New Issue
Block a user