mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:17:34 +00:00
Meta: get rid of sync.sh using the technique used in the previous commit
This commit is contained in:
parent
e42f4abd61
commit
4a784d4d1b
3 changed files with 3 additions and 8 deletions
|
@ -13,7 +13,7 @@ set(CMAKE_INSTALL_MESSAGE NEVER)
|
|||
enable_testing()
|
||||
|
||||
add_custom_target(image
|
||||
COMMAND ${CMAKE_COMMAND} -E env "SERENITY_ROOT=${CMAKE_SOURCE_DIR}" ${CMAKE_SOURCE_DIR}/Meta/sync.sh
|
||||
COMMAND ${CMAKE_COMMAND} -E env "SERENITY_ROOT=${CMAKE_SOURCE_DIR}" ${CMAKE_SOURCE_DIR}/Meta/build-image-qemu.sh
|
||||
BYPRODUCTS ${CMAKE_BINARY_DIR}/_disk_image
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue