summaryrefslogtreecommitdiffhomepage
path: root/third-party/vorbis/CMakeLists.txt
blob: 643da7c16bdde6225445119ef1c0fe82907097df (plain)
1
2
3
4
5
6
7
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)