From c6da7e384ecef9735fcf585b826b2c0e1ad1e7c7 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Mon, 1 Apr 2024 14:17:48 +0000 Subject: [PATCH] build: add faudio to list of optional vcpkg deps Add faudio to list of optional vcpkg deps linked to ENABLE_FAUDIO. This codepath is not used right now as we are using binary packages. Signed-off-by: Rafael Kitover --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0149b7a3..b6ade0c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ set(VCPKG_DEPS pkgconf zlib pthreads "sdl2[samplerate]" gettext wxwidgets) set(VCPKG_DEPS_OPTIONAL sfml ENABLE_LINK ffmpeg ENABLE_FFMPEG + faudio ENABLE_FAUDIO ) if(WIN32)