CMake polishing

* 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
This commit is contained in:
evpobr
2020-05-08 14:20:35 +05:00
committed by Erik de Castro Lopo
parent 37e675b777
commit ce6dd6b573
7 changed files with 61 additions and 19 deletions

View File

@@ -43,6 +43,8 @@ EXTRA_DIST = \
flac-config.cmake.in \
cmake/FindOgg.cmake \
cmake/UseSystemExtensions.cmake \
cmake/CheckCPUArch.cmake \
cmake/CheckCPUArch.c.in \
COPYING.FDL \
COPYING.GPL \
COPYING.LGPL \