mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Build: Add extlinux-image target to CMake
This commit is contained in:
parent
5d4f521c9d
commit
422ef7904e
Notes:
sideshowbarker
2024-07-18 18:18:38 +09:00
Author: https://github.com/DolphinChips Commit: https://github.com/SerenityOS/serenity/commit/422ef7904e9 Pull-request: https://github.com/SerenityOS/serenity/pull/6946 Reviewed-by: https://github.com/linusg
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ add_custom_target(grub-image
|
|||
BYPRODUCTS ${CMAKE_BINARY_DIR}/grub_disk_image
|
||||
USES_TERMINAL
|
||||
)
|
||||
add_custom_target(extlinux-image
|
||||
COMMAND ${CMAKE_COMMAND} -E env "SERENITY_SOURCE_DIR=${CMAKE_SOURCE_DIR}" "SERENITY_ARCH=${SERENITY_ARCH}" ${CMAKE_SOURCE_DIR}/Meta/build-image-extlinux.sh
|
||||
BYPRODUCTS ${CMAKE_BINARY_DIR}/extlinux_disk_image
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
add_custom_target(lint-shell-scripts
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/Meta/lint-shell-scripts.sh
|
||||
|
|
Loading…
Reference in a new issue