summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorevpobr <evpobr@gmail.com>2020-05-08 14:20:35 +0500
committerErik de Castro Lopo <erikd@mega-nerd.com>2020-05-14 13:56:01 +1000
commitce6dd6b5732e319ef60716d9cc9af6a836a4011a (patch)
tree4b7df35a903bb3dcf9eb0388234bbd8d93304b37 /Makefile.am
parent37e675b777d4e0de53ac9ff69e2aea10d92e729c (diff)
downloadflac-ce6dd6b5732e319ef60716d9cc9af6a836a4011a.tar.gz
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 33bc679e..7729c36f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \