cmake: fix missing .h on header reference

Prevents cmake from bugging us about it
This commit is contained in:
TellowKrinkle 2021-07-23 21:05:58 -05:00 committed by tellowkrinkle
parent e1a223c7c3
commit c1e6773818
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ set(x86emitterHeaders
../../include/x86emitter/implement/simd_helpers.h
../../include/x86emitter/implement/simd_moremovs.h
../../include/x86emitter/implement/simd_shufflepack.h
../../include/x86emitter/implement/simd_templated_helpers
../../include/x86emitter/implement/simd_templated_helpers.h
../../include/x86emitter/implement/test.h
../../include/x86emitter/implement/xchg.h
../../include/x86emitter/instructions.h