Skip to content

Commit

Permalink
Add missing patch
Browse files Browse the repository at this point in the history
Contribute to CURA-11482
  • Loading branch information
jellespijker committed Jan 12, 2024
1 parent 3ef612b commit f00c67d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -19,3 +19,7 @@
INSTALL (FILES "${PCFILE}" DESTINATION "${CMAKE_INSTALL_PKGCONFIGDIR}")

SET_TARGET_PROPERTIES(polyclipping PROPERTIES VERSION 22.0.0 SOVERSION 22 )
+option(ENABLE_SENTRY "Send crash data via Sentry" OFF)
+if(WIN32 AND ENABLE_SENTRY)
+ set_target_properties(polyclipping PROPERTIES LINK_FLAGS "/DEBUG:FULL")
+endif()
\ No newline at end of file

0 comments on commit f00c67d

Please sign in to comment.