Install cpuid.h when building with cmake too.

llvm-svn: 145935
This commit is contained in:
Rafael Espindola 2011-12-06 15:46:47 +00:00
parent b3bd019cd7
commit 488ea473db
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ set(files
wmmintrin.h
x86intrin.h
xmmintrin.h
cpuid.h
)
set(output_dir ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}/include)