summaryrefslogtreecommitdiff
path: root/examples/mlil_parser
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mlil_parser')
-rw-r--r--examples/mlil_parser/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/mlil_parser/CMakeLists.txt b/examples/mlil_parser/CMakeLists.txt
index f5cfa1ef..9428799b 100644
--- a/examples/mlil_parser/CMakeLists.txt
+++ b/examples/mlil_parser/CMakeLists.txt
@@ -14,5 +14,9 @@ if (NOT WIN32)
endif()
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
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../bin)