mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
Fixes issue #148: CMake build script not in 0.5.0 tarball release
This commit is contained in:
parent
52c5f505cf
commit
92475d76ac
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||
|
||||
pkgconfig_DATA = libcpuid.pc
|
||||
EXTRA_DIST = libcpuid.pc.in libcpuid_vc71.sln libcpuid_vc10.sln Readme.md
|
||||
# CMake support:
|
||||
EXTRA_DIST += CMakeLists.txt libcpuid/CMakeLists.txt tests/CMakeLists.txt cpuid_tool/CMakeLists.txt \
|
||||
cmake/Config.cmake.in tests/convert_instlatx64.c
|
||||
|
||||
consistency:
|
||||
$(top_srcdir)/libcpuid/check-consistency.py $(top_srcdir)/libcpuid
|
||||
|
|
Loading…
Reference in a new issue