summaryrefslogtreecommitdiff
path: root/examples/breakpoint
diff options
context:
space:
mode:
Diffstat (limited to 'examples/breakpoint')
-rw-r--r--examples/breakpoint/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/breakpoint/CMakeLists.txt b/examples/breakpoint/CMakeLists.txt
index f0ed85c9..8b57660d 100644
--- a/examples/breakpoint/CMakeLists.txt
+++ b/examples/breakpoint/CMakeLists.txt
@@ -9,7 +9,11 @@ target_link_libraries(${PROJECT_NAME}
binaryninjaapi)
set_target_properties(${PROJECT_NAME} PROPERTIES
- CXX_STANDARD 11
+ CXX_STANDARD 17
+ CXX_VISIBILITY_PRESET hidden
+ CXX_STANDARD_REQUIRED ON
+ VISIBILITY_INLINES_HIDDEN ON
+ POSITION_INDEPENDENT_CODE ON
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../bin)
bn_install_plugin(${PROJECT_NAME})