diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index e3b662e008..c5740bfb83 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -186,8 +186,7 @@ if(ARCHITECTURE_x86_64) x64/cpu_wait.h x64/rdtsc.cpp x64/rdtsc.h - x64/xbyak_abi.h - x64/xbyak_util.h) + x64/xbyak.h) target_link_libraries(common PRIVATE xbyak::xbyak) endif()