|
|
|
@ -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 |
|
|
|
|
#-------------------------------------------------------------------- |
|
|
|
|