1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 22:32:44 +00:00
serenity/Meta/CMake
Andrew Kaster 733a318709 Meta+CMake: Extract Wasm spec tests into the binary directory
Clean up the Wasm spec tests CMake rules to extract and compile the wat
files into wasm files in the LibWasm binary directory instead of its
source directory. Also make the rules more robust to missing host tools,
and use more CMake install rules for the test files rather than relying
on build-root-filesystem.sh. Add some FIXMEs for later, we really
shouldn't be doing installation of test files into /home/anon at the
build-root-filesystem stage in $CURRENT_YEAR. Tests go in /usr/Tests
2022-12-14 20:29:43 +03:30
..
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
cmake-version.cmake Toolchain+Meta: Add script to build CMake from source 2022-12-13 11:36:14 +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 Meta: Move compiler flags into standalone CMake files 2022-05-14 17:53:06 +02:00
common_options.cmake BindingsGenerator+CMake: Keep track of IDL dependencies 2022-12-13 11:31:24 +01:00
commonmark_spec.cmake Everywhere: Move commonmark.spec.json to /home/anon/Tests 2022-03-20 22:20:59 +01:00
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 Lagom: Don't compile with -fPIC on WIN32 2022-12-13 21:53:29 +00:00
lagom_options.cmake CMake: Pass NO_POLICY_SCOPE to options cmake helpers 2022-12-14 12:43:12 +01:00
libweb_generators.cmake BindingsGenerator+CMake: Keep track of IDL dependencies 2022-12-13 11:31:24 +01: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 LibC: Properly implement stack protectors 2022-11-01 14:49:09 +00:00
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 CMake: Pass NO_POLICY_SCOPE to options cmake helpers 2022-12-14 12:43:12 +01:00
setup_ccache.cmake Meta: Detect ccache being passed as the compiler 2022-12-12 21:34:09 -07:00
time_zone_data.cmake LibTimeZone: Update to TZDB version 2022g 2022-12-13 16:04:32 -05: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 CMake: Force-link clang_rt.profile.a to LibC when building with coverage 2022-12-10 11:51:16 +00:00
wasm_spec_tests.cmake Meta+CMake: Extract Wasm spec tests into the binary directory 2022-12-14 20:29:43 +03:30