Install examples into the correct directory.

This commit is contained in:
tastytea 2019-10-13 16:34:42 +02:00
parent 5275ab73ac
commit 7adad67dd9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ endforeach()
if(WITH_DOC)
install(FILES ${sources_examples}
DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples")
DESTINATION "${CMAKE_INSTALL_DOCDIR}/${PROJECT_NAME}/examples")
endif()