diff options
author | evpobr <evpobr@gmail.com> | 2020-04-08 10:19:51 +0500 |
---|---|---|
committer | Ralph Giles <giles@thaumas.net> | 2020-04-08 16:28:40 -0700 |
commit | 7fd53df538b9c994d9bc95d1dc6aa43e454aa118 (patch) | |
tree | 9552bb77c7b09514caefd602f947ac8a814c3589 /lib/CMakeLists.txt | |
parent | de8dc5afa701557f33148ac3839cb15f6a881571 (diff) | |
download | libvorbis-git-7fd53df538b9c994d9bc95d1dc6aa43e454aa118.tar.gz |
Fix CMake include install directory
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 61b3c4e7..d198105b 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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 |