1
0
Fork 0

Enable sentry linkage (for Jenkins)

Note this require a sentry-native build with this commit applied:
0c631f6ec7
This commit is contained in:
James Turner 2020-04-14 11:15:40 +01:00
parent 264451246e
commit e1d00509c7

View file

@ -110,8 +110,7 @@ else()
endif()
if (TARGET sentry::sentry)
# disabling this for now until Sentry-native fixes their CMake export :)
# target_link_libraries(fgfs sentry::sentry)
target_link_libraries(fgfs sentry::sentry)
endif()
if (TARGET sentry_crashpad::handler)