summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake polishingevpobr2020-05-142-0/+30
| | | | | | | | | | | | | | * Improve CPU features detection CMAKE_SYSTEM_PROCESSOR is pretty useless (e.g. when compiling with MSVC ARM64 toolchain and Ninja still returns system processor). * Don't build src/utils targets by default Fix compilation for UWP platform. * Add more Visual studio Git ignore patterns * Autogenerate Doxygen docs
* Bunch of CMake fixesevpobr2020-05-031-1/+1
| | | | | | | | | | | | * Add more Git ignore patterns * Fix Ogg dependency handling (closes #203) * Remove unneeded compiler flag (closes #204) * Fix Visual Studio DLL build error error C2491: 'flac_internal_rename_utf8': definition of dllimport function not allowed (closes #205) * Add alias targets * Reduce number of CMake files * Improve CMake intrinsics detection
* Ogg::Ogg renamed to Ogg::oggVitaliy Kirsanov2019-05-041-3/+3
|
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-042-20/+6
|
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-18/+11
|
* /test/*.sh enabled for CTest in UNIXVitaliy Kirsanov2019-05-041-8/+13
|
* FindOGG.cmake module addedVitaliy Kirsanov2019-05-041-0/+34
|
* CMake support addedVitaliy Kirsanov2019-05-041-0/+81