From 81bb6873f1c0291fecbf6e429ad15ac3db66a4c0 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 12 Mar 2024 22:07:03 +0100 Subject: Legal notices updated Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc. --- third-party/vorbis/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 third-party/vorbis/CMakeLists.txt (limited to 'third-party/vorbis/CMakeLists.txt') diff --git a/third-party/vorbis/CMakeLists.txt b/third-party/vorbis/CMakeLists.txt new file mode 100644 index 0000000..643da7c --- /dev/null +++ b/third-party/vorbis/CMakeLists.txt @@ -0,0 +1,8 @@ +FetchContent_Declare( + vorbis + URL + https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz + https://ftp.ignore.pl/starshatter/resources/mirror/libvorbis-1.3.6.tar.gz + URL_HASH SHA1=91f140c220d1fe3376d637dc5f3d046263784b1f + PATCH_COMMAND ${CMAKE_COMMAND} -D "PATCH_FILE=${CMAKE_CURRENT_SOURCE_DIR}/1.cmake.patch" -P ${PATCH_SCRIPT} + DOWNLOAD_EXTRACT_TIMESTAMP No) -- cgit v1.1