Skip to content

Commit

Permalink
remove handle_ex target
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Jan 17, 2025
1 parent baa4da0 commit 1d87e7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,6 @@ if(SENTRY_BUILD_EXAMPLES)
endif()
target_link_libraries(sentry_example PRIVATE sentry)

add_executable(handle_ex examples/handle_ex.cpp)
target_link_libraries(handle_ex PRIVATE sentry)

if(MSVC)
target_compile_options(sentry_example PRIVATE $<BUILD_INTERFACE:/wd5105 /wd4717>)

Expand Down

0 comments on commit 1d87e7e

Please sign in to comment.