[x265-commits] [x265] cmake: add ASM files to MSVC solution so they are easily ...
Steve Borho
steve at borho.org
Fri Oct 4 22:38:38 CEST 2013
details: http://hg.videolan.org/x265/rev/4ee217cd64cc
branches:
changeset: 4211:4ee217cd64cc
user: Steve Borho <steve at borho.org>
date: Fri Oct 04 15:30:31 2013 -0500
description:
cmake: add ASM files to MSVC solution so they are easily edited
this has no effect on the build
diffstat:
source/common/x86/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e1404a7a05b0 -r 4ee217cd64cc source/common/x86/CMakeLists.txt
--- a/source/common/x86/CMakeLists.txt Fri Oct 04 17:07:48 2013 +0530
+++ b/source/common/x86/CMakeLists.txt Fri Oct 04 15:30:31 2013 -0500
@@ -53,7 +53,7 @@ elseif(MSVC)
COMMAND ${YASM_EXECUTABLE} ARGS ${FLAGS} ${CMAKE_CURRENT_SOURCE_DIR}/${ASM} -o ${ASM}.obj
DEPENDS ${ASM})
endforeach()
- add_library(PrimitivesASM STATIC asm-primitives.cpp pixel.h ${OBJS})
+ add_library(PrimitivesASM STATIC asm-primitives.cpp pixel.h ${ASMS} ${OBJS})
else()
enable_language(ASM_YASM)
add_library(PrimitivesASM STATIC asm-primitives.cpp pixel.h ${ASMS})
More information about the x265-commits
mailing list