diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-18 20:16:00 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-18 20:16:00 +0000 |
| commit | 47fd7d3d40feb8990a6be4d0bd60be22a43bc1eb (patch) | |
| tree | b5bcff1e012a5ef9d3874919baa2be5584f3a42d /build_patches/CMakeLists.txt.patch | |
| parent | 9cb4e4bd8309a227703b45a01c7fe48f1bf5a487 (diff) | |
update patches
Diffstat (limited to 'build_patches/CMakeLists.txt.patch')
| -rw-r--r-- | build_patches/CMakeLists.txt.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build_patches/CMakeLists.txt.patch b/build_patches/CMakeLists.txt.patch new file mode 100644 index 0000000..1da02b6 --- /dev/null +++ b/build_patches/CMakeLists.txt.patch @@ -0,0 +1,15 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index afcc5bf2..e7a12776 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -69,6 +69,10 @@ if (ENABLE_QT AND ENABLE_GUI_TARGETS) + find_package(Qt6 REQUIRED COMPONENTS Core Widgets) + endif() + ++if (ENABLE_QUARTZ AND ENABLE_GUI_TARGETS) ++ include(Meta/CMake/SDL3.cmake) ++endif() ++ + # We need to find OpenSSL in order to link it explicitly with all targets. + find_package(OpenSSL REQUIRED) + |
