[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 4 additions and 2 deletions
Showing only changes of commit d21405269e - Show all commits

View file

@ -1,7 +1,7 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8210f65..108ac88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
--- a/libs/context/CMakeLists.txt
+++ b/libs/context/CMakeLists.txt
@@ -174,7 +174,7 @@ if(BOOST_CONTEXT_IMPLEMENTATION STREQUAL "fcontext")
set(IMPL_SOURCES ${ASM_SOURCES} src/fcontext.cpp)

View file

@ -372,6 +372,8 @@ if (YUZU_USE_CPM)
# boost
set(BOOST_INCLUDE_LIBRARIES algorithm icl pool container heap asio headers process filesystem crc variant)
# TODO(crueter): Use the tar.gz or tar.xz ones since they use POSIX endings and
# makes patching easier.
AddJsonPackage(boost)
# really annoying thing where boost::headers doesn't work with cpm