mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
Add crashpad handler bin to install target
This commit is contained in:
parent
01eaece997
commit
d2eced7d55
2 changed files with 7 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ endforeach()
|
|||
################################################################
|
||||
|
||||
# In a first time, set-up only crashpad for Windows and Linux
|
||||
if (ENABLE_CRASH_HANDLER AND NOT APPLE) # TODO : peut-être que windows
|
||||
if (ENABLE_CRASH_HANDLER AND NOT APPLE)
|
||||
|
||||
find_package(Python3 REQUIRED)
|
||||
set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE})
|
||||
|
|
|
|||
|
|
@ -309,3 +309,9 @@ if(${ENABLE_APP_PACKAGING})
|
|||
include(CPack)
|
||||
endif()
|
||||
|
||||
################################################################
|
||||
# CRASHPAD
|
||||
################################################################
|
||||
if(ENABLE_CRASH_HANDLER AND NOT APPLE)
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/crashpad/out/crashpad_handler" DESTINATION bin PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
endif()
|
||||
Loading…
Add table
Reference in a new issue