Skip to content
Snippets Groups Projects
Commit 7fd53df5 authored by evpobr's avatar evpobr Committed by Ralph Giles
Browse files

Fix CMake include install directory

parent de8dc5af
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ if (NOT BUILD_FRAMEWORK)
target_link_libraries(vorbisenc PUBLIC vorbis)
target_link_libraries(vorbisfile PUBLIC vorbis)
install(FILES ${VORBIS_PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/Vorbis)
install(FILES ${VORBIS_PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/vorbis)
install(TARGETS vorbis vorbisenc vorbisfile
EXPORT VorbisTargets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment