Skip to content

Commit

Permalink
Merge pull request #2 from bwrsandman/docs
Browse files Browse the repository at this point in the history
Docs and licences install dir
  • Loading branch information
bkaradzic authored Apr 29, 2021
2 parents f8f30ca + 7ed9623 commit 6c15eda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ if( BGFX_INSTALL )
INSTALL_DESTINATION "${config_install_dir}"
)

install(FILES ${BGFX_DIR}/LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(FILES ${BGFX_DIR}/LICENSE DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/licences/${PROJECT_NAME})

install( TARGETS bgfx
EXPORT "${TARGETS_EXPORT_NAME}"
Expand Down

0 comments on commit 6c15eda

Please sign in to comment.