ladybird/Meta/CMake
ayeteadoe 95f239a357 CMake: Add Windows executable helper function
The function currently has 2 purposes: (1) To copy dependent dlls for
executables to output binary directory. This ensures that these helper
processes can be ran after a build given not all DLLs from vcpkg libs
get implicitly copied to the bin folder. (2) Allow fully background
and/or GUI processes to use the Windows Subsystem. This prevents
unnecessarily launching a console for the process, as we either require
no user interaction or the user interaction is all handled in the GUI.
2025-10-29 21:07:52 -06:00
..
flatpak Meta: Add cpptrace to flatpak manifest 2025-10-10 12:46:20 +02:00
freedesktop Meta: Add a freedesktop appstream/metainfo manifest 2025-07-28 19:37:48 -06:00
patches CMake: Pull swift-testing from the Swift toolchain 2024-09-23 11:06:26 -06:00
Swift CMake: Ignore invalid offset of when generating Swift interop header 2025-07-26 23:33:58 +02:00
vcpkg Meta: Add build support for RISC-V (riscv64) 2025-10-23 12:17:21 +02:00
all_the_debug_macros.cmake LibWeb: Place HTTP cache logging behind a debug flag 2025-09-19 13:52:07 +02:00
audio.cmake Meta: Consolidate checking for the system audio backend 2024-12-25 12:00:43 +01:00
check_for_dependencies.cmake Meta: Remove some obsolete cmake version checks 2024-01-29 20:09:12 -05:00
clang_development.cmake CMake: Export targets for Clang Plugins so they can be used by Serenity 2024-05-14 12:46:05 -06:00
code_generators.cmake CMake: Rename all_generated target to better convey intent 2025-07-03 23:19:41 +02:00
collections.cmake CMake: Enable -Wl,--no-undefined on ELF platforms 2025-01-06 12:41:47 -07:00
common_compile_options.cmake Meta: Do not set -march=native on riscv64 2025-10-23 12:17:21 +02:00
common_options.cmake AK: Clean up backtraces 2025-10-08 07:07:57 +02:00
ffmpeg.cmake LibMedia+Meta: Enable FFmpeg under Android and remove the stubs 2025-07-10 15:44:53 -06:00
FindBlocksRuntime.cmake CMake: Add find module for BlocksRuntime on non-Apple platforms 2025-03-18 17:15:08 -06:00
Findlibjxl.cmake LibGfx: Use a diffrent way for finding libjxl on Android 2024-09-03 00:17:49 -06:00
Findmman.cmake LibCore/System: Add mmap, munmap for Windows 2024-11-26 10:00:11 +01:00
FindSwiftTesting.cmake CMake: Refactor FindSwiftTesting to find TestingMacros dir on macOS 2025-04-03 16:47:48 -06:00
FindWebP.cmake CMake: Add CMake script for finding libwebp 2025-06-17 16:55:50 -06:00
fontconfig.cmake CMake: Add macro to wrap C++ command line definitions for swiftc 2025-04-04 13:06:53 -06:00
lagom_compile_options.cmake Meta+LibCore: Disable --no-undefined on FreeBSD and remove LibCore hack 2025-10-22 13:54:54 +02:00
lagom_install_options.cmake Meta: Use dynamic vcpkg linkage for release builds 2024-11-06 10:38:57 -07:00
lagom_options.cmake CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
lagom-install-config.cmake
libtextcodec_generators.cmake Meta: Rewrite GenerateEncodingIndexes in python 2025-06-25 18:50:14 -06:00
libweb_generators.cmake LibWeb: Generate the "Numeric Factory" OM methods on the CSS namespace 2025-09-11 17:06:44 +01:00
processor-count.cmake
public_suffix.cmake CMake: Rename SERENITY_* helper variables to LADYBIRD_* 2025-07-03 23:19:41 +02:00
sanitizers.cmake CMake: Add support for building with sanitizers on Windows 2025-06-17 15:33:26 -06:00
SDL3.cmake Meta+WebContent+LibWeb: Add, link and initialize SDL3 2025-09-01 21:10:47 +02:00
setup_ccache.cmake
skia.cmake Meta: Add a workaround when compiling for Android 2025-07-10 15:44:53 -06:00
targets.cmake CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
use_linker.cmake Meta: Workaround CMAKE_LINKER_TYPE being broken on FreeBSD 2025-07-15 13:44:54 -06:00
utils.cmake CMake: Rename SERENITY_* helper variables to LADYBIRD_* 2025-07-03 23:19:41 +02:00
vulkan.cmake CMake: Add macro to wrap C++ command line definitions for swiftc 2025-04-04 13:06:53 -06:00
wasm_spec_tests.cmake LibWasm: Accept proposal 'memory64' (but don't actually run it) 2025-10-15 01:26:29 +02:00