1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-02-24 22:28:51 -05:00

Removed installation of readme.

This commit is contained in:
Camilla Berglund 2013-02-11 22:15:11 +01:00
parent dca9b2db07
commit 34e08f62b5

View File

@ -358,15 +358,12 @@ configure_file(${GLFW_SOURCE_DIR}/src/config.h.in
${GLFW_BINARY_DIR}/src/config.h @ONLY)
#--------------------------------------------------------------------
# Install header and documentation
# Install the public headers
# The src directory's CMakeLists.txt file installs the library
#--------------------------------------------------------------------
install(DIRECTORY include/GL DESTINATION include
FILES_MATCHING PATTERN glfw3.h PATTERN glfw3native.h)
install(FILES COPYING.txt readme.html
DESTINATION share/doc/glfw-${GLFW_VERSION_FULL})
#--------------------------------------------------------------------
# Create and install pkg-config file on supported platforms
#--------------------------------------------------------------------