Unit-test the shared library. Only example/c links statically

fixes-turtlebasket
Mattia Montanari 2023-02-15 14:14:19 +01:00
parent f9b1f94d52
commit eb27cec156
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.0) # You can downgrade to 2.8, but I d
cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0063 NEW) # Visibility of preset and hidden lines on shared libs cmake_policy(SET CMP0063 NEW) # Visibility of preset and hidden lines on shared libs
# set( CMAKE_C_VISIBILITY_PRESET hidden) set( CMAKE_C_VISIBILITY_PRESET hidden)
set( CMAKE_VISIBILITY_INLINES_HIDDEN FALSE) set( CMAKE_VISIBILITY_INLINES_HIDDEN FALSE)
set( CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) set( CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)