CMake: Add vorbisenc.c to vorbis target for WIN32 builds
authorMarcel Metz <mmetz@adrian-broher.net>
Mon, 7 Mar 2016 20:20:21 +0000 (21:20 +0100)
committerRalph Giles <giles@thaumas.net>
Sat, 22 Jul 2017 16:29:38 +0000 (09:29 -0700)
commit6192354e8059784de723767204c09450c36cee28
tree396a2fae6cc084ca13d6bbc145533bff7d8edd44
parent68ebc894325f56ae1d860d49626419cf66ea171b
CMake: Add vorbisenc.c to vorbis target for WIN32 builds

On Windows the vorbis shared library exports some symbols defined in the
vorbisen.c file.  To allow error free linking this file should be added
to to the VORBIS_SOURCES.

Signed-off-by: Ralph Giles <giles@thaumas.net>
lib/CMakeLists.txt