From 90c486fe47b607df9ee6141c105fe18019cfb0d0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 8 Mar 2024 17:06:46 +0900 Subject: Fix cmake conversion for ix86 archs Signed-off-by: Michele Calgaro --- src/imageutils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imageutils/CMakeLists.txt b/src/imageutils/CMakeLists.txt index 9681a4a..88257bd 100644 --- a/src/imageutils/CMakeLists.txt +++ b/src/imageutils/CMakeLists.txt @@ -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 -- cgit v1.2.3