From 77c1f1e457e8b9d375a279adc30afcf077324170 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 17 Feb 2026 05:06:01 +0100 Subject: [PATCH] Update Cmake --- src/common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 58d2b2279e..7d299b708e 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -186,6 +186,8 @@ if(ARCHITECTURE_x86_64) common PRIVATE x64/cpu_detect.cpp x64/cpu_detect.h + x64/cpu_wait.cpp + x64/cpu_wait.h x64/native_clock.cpp x64/native_clock.h x64/rdtsc.cpp