mirror of
https://github.com/anrieff/libcpuid
synced 2025-06-07 00:51:40 +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
|
pkgconfig_DATA = libcpuid.pc
|
||||||
EXTRA_DIST = libcpuid.pc.in libcpuid_vc71.sln libcpuid_vc10.sln Readme.md
|
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:
|
consistency:
|
||||||
$(top_srcdir)/libcpuid/check-consistency.py $(top_srcdir)/libcpuid
|
$(top_srcdir)/libcpuid/check-consistency.py $(top_srcdir)/libcpuid
|
||||||
|
|
Loading…
Add table
Reference in a new issue