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 <rkitover@gmail.com>
This commit is contained in:
parent
98abb8c2e8
commit
c6da7e384e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue