Skip to content

Commit ddd7ea9

Browse files
committedJan 14, 2018
cmake: Install doc files
1 parent a3d0055 commit ddd7ea9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ install(FILES
4848
DESTINATION "${SIMDPP_PKGCONFIGDIR}"
4949
)
5050

51+
install(FILES
52+
"${CMAKE_CURRENT_SOURCE_DIR}/README.md"
53+
"${CMAKE_CURRENT_SOURCE_DIR}/CONTRIBUTING.md"
54+
"${CMAKE_CURRENT_SOURCE_DIR}/LICENSE_1_0.txt"
55+
DESTINATION "${SIMDPP_DOCDIR}"
56+
)
5157

5258
enable_testing()
5359

0 commit comments

Comments
 (0)
Please sign in to comment.