Skip to content

Commit 20f9510

Browse files
ayeteadoeADKaster
authored andcommitted
CMake: Output helper process binaries to bin instead of libexec
libexec is not a standard convention on Windows. Everything should go into bin
1 parent 6261c43 commit 20f9510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ endif()
8282

8383
function(set_helper_process_properties)
8484
set(targets ${ARGV})
85-
if (APPLE)
85+
if (APPLE OR WIN32)
8686
# Store helper processes in the same bundle directory as the main application
8787
set_target_properties(${targets} PROPERTIES RUNTIME_OUTPUT_DIRECTORY "$<TARGET_FILE_DIR:ladybird>")
8888
else()

0 commit comments

Comments
 (0)