some more info to minimal example

This commit is contained in:
2025-03-18 13:24:40 +02:00
parent 40d83d563b
commit db4b51ab2d
4 changed files with 17 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ if(UNIX AND NOT APPLE)
message(STATUS "Defining _GNU_SOURCE for Unix build")
endif()
# Common compile options
add_compile_options("-fvisibility=hidden")
# Handle 3rd party dependencies
# #############################