mirror of https://github.com/PCSX2/pcsx2.git
cmake: fix missing .h on header reference
Prevents cmake from bugging us about it
This commit is contained in:
parent
e1a223c7c3
commit
c1e6773818
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue