Skip to content

Commit

Permalink
chore: install readme and license to package root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoessbauer committed Jul 2, 2020
1 parent 7c6acc1 commit 593b4f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ if(Doxygen_FOUND)
endif()
endif()

# make sure we have a doc directory
install(DIRECTORY DESTINATION ${DRACE_DOC_DEST})
# install config readme
install(FILES "README.md" DESTINATION ${DRACE_DOC_DEST})
install(FILES ${LIC_FILE} DESTINATION ${DRACE_DOC_DEST})
install(FILES "README.md" DESTINATION .)
install(FILES ${LIC_FILE} DESTINATION .)

0 comments on commit 593b4f2

Please sign in to comment.