summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Export CMake targets to the build treeevpobr2020-10-261-3/+8
| | | | Properly export Vorbis targets when added via `add_subdirectory()`.
* Silence some CMake build MSVC useless warningsevpobr2020-04-081-0/+6
| | | | | | Supress warnings about unsafe and deprecated functions like this: strcat is unsafe, use `strcat_s` instead and so on. Signed-off-by: Ralph Giles <giles@thaumas.net>
* Export public function on MinGW platformevpobr2020-04-081-1/+1
| | | | MinGW produces DLLs, but exports nothing.
* Fix CMake include install directoryevpobr2020-04-081-1/+1
|
* Clean up trailing whitespace.Ralph Giles2020-04-071-1/+1
|
* Add CMake config-file package generationevpobr2020-04-071-11/+60
| | | | Signed-off-by: Ralph Giles <giles@thaumas.net>
* CMake: Add vorbisenc.c to vorbis target for WIN32 buildsMarcel Metz2017-07-221-0/+4
| | | | | | | | 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>
* Fix CMake errorRussell Greene2016-10-041-2/+2
| | | | | | Include vorbis library when linking vorbisfile and vorbisenc. Signed-off-by: Ralph Giles <giles@thaumas.net>
* Add CMake script to build vorbis.stopiccot2015-06-181-0/+104
Signed-off-by: Ralph Giles <giles@thaumas.net>