mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
CMake: Output helper process binaries to bin instead of libexec
libexec is not a standard convention on Windows. Everything should go into bin
This commit is contained in:
parent
6261c433a3
commit
20f9510687
Notes:
github-actions[bot]
2025-10-30 03:09:27 +00:00
Author: https://github.com/ayeteadoe
Commit: 20f9510687
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5981
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
Reviewed-by: https://github.com/sakgoyal
Reviewed-by: https://github.com/stasoid
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ endif()
|
|||
|
||||
function(set_helper_process_properties)
|
||||
set(targets ${ARGV})
|
||||
if (APPLE)
|
||||
if (APPLE OR WIN32)
|
||||
# Store helper processes in the same bundle directory as the main application
|
||||
set_target_properties(${targets} PROPERTIES RUNTIME_OUTPUT_DIRECTORY "$<TARGET_FILE_DIR:ladybird>")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue