serenity/Meta/CMake
Tim Schumacher 7834e26ddb Everywhere: Explicitly link all binaries against the LibC target
Even though the toolchain implicitly links against -lc, it does not know
where it should get LibC from except for the sysroot. In the case of
Clang this causes it to pick up the LibC stub instead, which might be
slightly outdated and feature missing symbols.

This is currently not an issue that manifests because we pass through
the dependency on LibC and other libraries by accident, which causes
CMake to link against the LibC target (instead of just the library),
and thus points the linker at the build output directory.

Since we are looking to fix that in the upcoming commits, let's make
sure that everything will still be able to find the proper LibC first.
2022-11-01 14:49:09 +00:00
..
Superbuild Meta: Convert build directory path to be completely absolute 2022-10-27 20:43:55 +01:00
all_the_debug_macros.cmake LibVideo: Add PlaybackManager to load and decode videos 2022-10-31 14:47:13 +01:00
check_for_dependencies.cmake Meta: Do not log CMake version on each CMake invocation 2022-09-11 21:40:15 +01:00
code_generators.cmake CMake: Don't mess with absolute compile_ipc() source paths 2022-10-06 11:23:53 +02:00
common_compile_options.cmake
common_options.cmake Meta+Tests: Allow running FLAC spec tests 2022-09-02 23:54:50 +01:00
commonmark_spec.cmake
flac_spec_tests.cmake Meta+Tests: Allow running FLAC spec tests 2022-09-02 23:54:50 +01:00
jakt.cmake Meta: Update jakt build support for fully bootstrapped compiler 2022-09-09 11:23:42 +02:00
lagom-install-config.cmake Meta: Update jakt build support for fully bootstrapped compiler 2022-09-09 11:23:42 +02:00
lagom_compile_options.cmake Meta: Update jakt build support for fully bootstrapped compiler 2022-09-09 11:23:42 +02:00
lagom_options.cmake Meta: Add Lagom option to disable building LibWeb 2022-09-13 17:05:20 +02:00
libweb_generators.cmake Lagom+CMake: Propagate dependencies for generated custom targets 2022-10-17 15:55:55 +02:00
locale_data.cmake LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
pnp_ids.cmake Meta: Remove unused "prefix" variable from invoke_generator() helper 2022-10-16 21:16:48 +02:00
processor-count.cmake Meta: Print error if cmake does not exist 2022-10-16 17:49:18 +02:00
serenity_compile_options.cmake
serenity_components.cmake Meta: Properly ignore targets which don't have a component name 2022-10-15 13:12:42 +02:00
serenity_options.cmake
time_zone_data.cmake LibTimeZone+LibJS: Update to TZDB version 2022e 2022-10-18 16:01:44 +02:00
unicode_data.cmake Meta: Replace Bash script for generating emoji.txt with C++ generator 2022-10-27 12:59:56 +02:00
utils.cmake Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
wasm_spec_tests.cmake Meta: Download WASM spec tests using CMake 2022-09-09 10:31:12 +01:00