mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:27:45 +00:00
Ladybird: Install the ImageDecoder binary to the macOS app bundle
This commit is contained in:
parent
6d47fca3bf
commit
f52e4fa5c2
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ function(create_ladybird_bundle target_name)
|
|||
set(app_dir "$<TARGET_FILE_DIR:${target_name}>")
|
||||
set(bundle_dir "$<TARGET_BUNDLE_DIR:${target_name}>")
|
||||
add_custom_command(TARGET ${target_name} POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "$<TARGET_FILE:ImageDecoder>" "${app_dir}"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "$<TARGET_FILE:RequestServer>" "${app_dir}"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "$<TARGET_FILE:SQLServer>" "${app_dir}"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "$<TARGET_FILE:WebContent>" "${app_dir}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue