Fix cmake conversion for ix86 archs

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/32/head
Michele Calgaro 2 months ago
parent bc9bda10c9
commit 90c486fe47
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -11,7 +11,7 @@ include_directories(
set( gvimageutils_SRCS imageutils.cpp jpegcontent.cpp scale.cpp transupp.c croppedqimage.cpp )
if( HAVE_X86_MMX )
list( gvimageutils_SRCS APPEND _SRCS asm_scale.S )
list( APPEND gvimageutils_SRCS asm_scale.S )
# Force to use C compiler for asm_scale.S instead of ASM
# because it contains mixed code - ASM with C definitions

Loading…
Cancel
Save