Skip to content

Commit

Permalink
Add changelog and readme to install
Browse files Browse the repository at this point in the history
This changelist adds two root-level documents, CHANGELOG.md and README.md, to installations of MaterialX.
  • Loading branch information
jstone-lucasfilm committed Nov 24, 2020
1 parent 79753de commit 254970e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ if(${CMAKE_VERSION} VERSION_GREATER "3.6.2")
endif()
endif()

# Install root-level documents
install(FILES CHANGELOG.md README.md
DESTINATION ${CMAKE_INSTALL_PREFIX})

include(CMakePackageConfigHelpers)
write_basic_package_version_file(${CMAKE_BINARY_DIR}/cmake/MaterialXConfigVersion.cmake
VERSION ${CMAKE_VERSION}
Expand Down

0 comments on commit 254970e

Please sign in to comment.