mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
CMake: Fix docs installation path
Related: https://github.com/erikd/libsndfile/issues/71 Closes: https://github.com/erikd/libsndfile/issues/220
This commit is contained in:
parent
5d267da941
commit
3fad82658b
@ -492,7 +492,7 @@ set (html_DATA
|
||||
doc/embedded_files.html
|
||||
doc/octave.html
|
||||
doc/tutorial.html)
|
||||
install (FILES ${html_DATA} DESTINATION ${CMAKE_INSTALL_DOCDIR}/${PROJECT_NAME})
|
||||
install (FILES ${html_DATA} DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
||||
|
||||
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/sndfile.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user