chore: add missing LICENSES

This commit is contained in:
Sebastian Ullrich 2021-11-15 15:26:30 +01:00
parent 60095ce13f
commit 6cda043e5b
2 changed files with 1171 additions and 1 deletions

1170
LICENSES Normal file

File diff suppressed because it is too large Load diff

View file

@ -533,7 +533,7 @@ install(DIRECTORY "${CMAKE_SOURCE_DIR}" DESTINATION lib/lean
PATTERN examples EXCLUDE)
if(${STAGE} GREATER 0)
install(FILES "${CMAKE_SOURCE_DIR}/../LICENSE" DESTINATION ".")
install(FILES "${CMAKE_SOURCE_DIR}/../LICENSE" "${CMAKE_SOURCE_DIR}/../LICENSES" DESTINATION ".")
endif()
file(COPY ${CMAKE_SOURCE_DIR}/include/lean DESTINATION ${CMAKE_BINARY_DIR}/include