mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
5ab3fcf710
Remove the Corrosion dependency, and use the now-builtin add_jakt_executable function from the Jakt install rules to build our example application. By using find_package(Jakt), we now have to set ENABLE_JAKT manually on both serenity and Lagom at the same time, so the preferred method to do this for now is: cmake -B Build/superbuild<arch><toolchain> \ -S Meta/CMake/Superbuild \ -DENABLE_JAKT=ON \ -DJAKT_SOURCE_DIR=/path/to/jakt Where omitting JAKT_SOURCE_DIR will still pull from the main branch of SerenityOS/jakt. This can be done after runing Meta/serenity.sh run. |
||
---|---|---|
.. | ||
Superbuild | ||
all_the_debug_macros.cmake | ||
check_for_dependencies.cmake | ||
code_generators.cmake | ||
common_compile_options.cmake | ||
common_options.cmake | ||
commonmark_spec.cmake | ||
flac_spec_tests.cmake | ||
jakt.cmake | ||
lagom-install-config.cmake | ||
lagom_compile_options.cmake | ||
lagom_options.cmake | ||
libweb_generators.cmake | ||
locale_data.cmake | ||
pnp_ids.cmake | ||
processor-count.cmake | ||
serenity_compile_options.cmake | ||
serenity_components.cmake | ||
serenity_options.cmake | ||
time_zone_data.cmake | ||
unicode_data.cmake | ||
utils.cmake | ||
wasm_spec_tests.cmake |