Skip to content

Commit 254970e

Browse files
Add changelog and readme to install
This changelist adds two root-level documents, CHANGELOG.md and README.md, to installations of MaterialX.
1 parent 79753de commit 254970e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ if(${CMAKE_VERSION} VERSION_GREATER "3.6.2")
181181
endif()
182182
endif()
183183

184+
# Install root-level documents
185+
install(FILES CHANGELOG.md README.md
186+
DESTINATION ${CMAKE_INSTALL_PREFIX})
187+
184188
include(CMakePackageConfigHelpers)
185189
write_basic_package_version_file(${CMAKE_BINARY_DIR}/cmake/MaterialXConfigVersion.cmake
186190
VERSION ${CMAKE_VERSION}

0 commit comments

Comments
 (0)