Skip to content

Commit

Permalink
Moved crashpad client to framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Eism committed Jul 17, 2024
1 parent df46037 commit 5828652
Show file tree
Hide file tree
Showing 662 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/framework/diagnostics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ if (MUSE_MODULE_DIAGNOSTICS_CRASHPAD_CLIENT)
)

set(MODULE_INCLUDE ${MODULE_INCLUDE}
${PROJECT_SOURCE_DIR}/thirdparty/google_crashpad_client
${PROJECT_SOURCE_DIR}/thirdparty/google_crashpad_client/third_party/mini_chromium/mini_chromium
${CMAKE_CURRENT_LIST_DIR}/thirdparty/google_crashpad_client
${CMAKE_CURRENT_LIST_DIR}/thirdparty/google_crashpad_client/third_party/mini_chromium/mini_chromium
)

set(MODULE_DEF ${MODULE_DEF}
-DMUSE_MODULE_DIAGNOSTICS_CRASHREPORT_URL="${MUSE_MODULE_DIAGNOSTICS_CRASHREPORT_URL}"
)

add_subdirectory(${PROJECT_SOURCE_DIR}/thirdparty/google_crashpad_client google_crashpad_client)
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/thirdparty/google_crashpad_client google_crashpad_client)

set(MODULE_LINK ${MODULE_LINK}
gcrashpad
Expand Down
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 5828652

Please sign in to comment.