diff options
Diffstat (limited to 'examples/bin-info')
| -rw-r--r-- | examples/bin-info/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/bin-info/CMakeLists.txt b/examples/bin-info/CMakeLists.txt index 54381871..31d089fc 100644 --- a/examples/bin-info/CMakeLists.txt +++ b/examples/bin-info/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) |
