[cmake] enable clang-cl and WoA builds #348

Merged
crueter merged 31 commits from liz-clang-cl-cmake into master 2025-09-09 20:47:51 +02:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 96b7e7d291 - Show all commits

View file

@ -4,9 +4,14 @@
#pragma once #pragma once
#include <atomic>
#include <signal.h> #include <signal.h>
#include <unistd.h> #include <unistd.h>
#include <span>
#include "core/hle/kernel/k_thread.h"
#include "core/memory.h"
#include "common/logging/log.h"
#include "core/arm/nce/visitor_base.h" #include "core/arm/nce/visitor_base.h"
namespace Core { namespace Core {

View file

@ -11,6 +11,8 @@
#include "core/core.h" #include "core/core.h"
#include "core/core_timing.h" #include "core/core_timing.h"
#include "core/hle/kernel/svc.h" #include "core/hle/kernel/svc.h"
#include "core/memory.h"
#include "core/hle/kernel/k_thread.h"
namespace Core::NCE { namespace Core::NCE {