1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 15:33:37 +02:00

Merge pull request #37 from psteinb/adding-missing-header

without cpu_features_macros.h in the install tree, the library cannot
This commit is contained in:
Guillaume Chatelet 2018-06-19 11:11:36 +02:00 committed by GitHub
commit 9f9a8d4b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ set(_HDRS
include/cpuinfo_mips.h include/cpuinfo_mips.h
include/cpuinfo_ppc.h include/cpuinfo_ppc.h
include/cpuinfo_x86.h include/cpuinfo_x86.h
include/cpu_features_macros.h
) )
add_library(cpu_features add_library(cpu_features