mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
install: remove README from installed docs
bgfx.cmake's README is not documentation on how to use bgfx. It is documentation on how to use bgfx.cmake to build, which is already done once it's installed.
This commit is contained in:
@@ -116,7 +116,6 @@ if( BGFX_INSTALL )
|
||||
)
|
||||
|
||||
install(FILES ${BGFX_DIR}/LICENSE DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/licences/${PROJECT_NAME})
|
||||
install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
||||
|
||||
install( TARGETS bgfx bimg bx astc-codec astc edtaa3 etc1 etc2 iqa squish nvtt pvrtc
|
||||
EXPORT "${TARGETS_EXPORT_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user