From 0b9c59ff220b7c8f8c06f5cf6fea716970773f00 Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Tue, 31 Jan 2017 11:06:42 +0200 Subject: Common/x64: remove legacy emitter and abi (#2504) These are not used any more since we moved shader JIT to xbyak. --- src/common/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index a7a4a688c..592911c2b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -61,14 +61,11 @@ set(HEADERS if(ARCHITECTURE_x86_64) set(SRCS ${SRCS} - x64/abi.cpp x64/cpu_detect.cpp - x64/emitter.cpp) + ) set(HEADERS ${HEADERS} - x64/abi.h x64/cpu_detect.h - x64/emitter.h x64/xbyak_abi.h x64/xbyak_util.h ) -- cgit v1.2.3